前端
This commit is contained in:
parent
43b6dad16d
commit
7aab20e954
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
// baseUrl: 'http://192.168.0.196:8081/',
|
// baseUrl: 'http://192.168.0.196:8081/',
|
||||||
// baseUrl: 'http://192.168.1.4:8080/',
|
// baseUrl: 'http://192.168.1.4:8080/',
|
||||||
|
|
||||||
baseUrl: 'http://192.168.0.178:8008/',
|
baseUrl: 'http://192.168.0.121:8080/',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifdef MP-ALIPAY -->
|
<!-- #ifdef MP-ALIPAY -->
|
||||||
<!-- <button class="dl-box" open-type="getPhoneNumber" @getphonenumber="getUserLogin">手机号快捷登录</button> -->
|
<!-- <button class="dl-box" open-type="getPhoneNumber" @getphonenumber="getUserLogin">手机号快捷登录</button> -->
|
||||||
<button open-type="getAuthorize" scope='phoneNumber' class="dl-box" hover-class="button-active"
|
<button open-type="getAuthorize" scope='phoneNumber' class="dl-box" hover-class="button-active"
|
||||||
@getAuthorize="getUserLogin">手机号快捷登录</button>
|
@getAuthorize="getUserLogin">手机号快捷登录</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<button class="kk-box" @click="goback">我再看看</button>
|
<button class="kk-box" @click="goback">我再看看</button>
|
||||||
@ -23,9 +23,9 @@
|
|||||||
<view class="lanquanzi" v-if="qindex == true" @click="qindex =! qindex"><u-icon name="checkbox-mark"
|
<view class="lanquanzi" v-if="qindex == true" @click="qindex =! qindex"><u-icon name="checkbox-mark"
|
||||||
color="#ffffff" size="14"></u-icon></view>
|
color="#ffffff" size="14"></u-icon></view>
|
||||||
<text>请仔细阅读</text>
|
<text>请仔细阅读</text>
|
||||||
<text class="lan">《用户协议》</text>
|
<text class="lan" @click="gopv()">《用户协议》</text>
|
||||||
<text>和</text>
|
<text>和</text>
|
||||||
<text class="lan">《隐私政策》</text>
|
<text class="lan" @click="gopv()">《隐私政策》</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -48,6 +48,12 @@
|
|||||||
},
|
},
|
||||||
components: {},
|
components: {},
|
||||||
methods: {
|
methods: {
|
||||||
|
gopv() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pagesLogin/login/webview'
|
||||||
|
})
|
||||||
|
|
||||||
|
},
|
||||||
// 获取支付宝userid
|
// 获取支付宝userid
|
||||||
getUserLogin(e) {
|
getUserLogin(e) {
|
||||||
// if (this.qindex == false) {
|
// if (this.qindex == false) {
|
||||||
@ -83,14 +89,15 @@
|
|||||||
storeId: 0,
|
storeId: 0,
|
||||||
staffId: "",
|
staffId: "",
|
||||||
phone: "18457621459",
|
phone: "18457621459",
|
||||||
encryptedData:encryptedData,
|
encryptedData: encryptedData,
|
||||||
},
|
},
|
||||||
}).then((resp) => {
|
}).then((resp) => {
|
||||||
console.log(resp)
|
console.log(resp)
|
||||||
if (resp.code == 200) {
|
if (resp.code == 200) {
|
||||||
|
|
||||||
uni.setStorageSync('App-Token', resp.data.token);
|
uni.setStorageSync('App-Token', resp.data.token);
|
||||||
uni.setStorageSync('chainStoreId', resp.data.chainStoreId);
|
uni.setStorageSync('chainStoreId', resp.data
|
||||||
|
.chainStoreId);
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/index/index'
|
url: '/pages/index/index'
|
||||||
|
Loading…
Reference in New Issue
Block a user