pages/login/login.vue
@@ -15,7 +15,9 @@ </view> <!-- #endif --> <view class="utils-block"> <!-- #ifdef MP-WEIXIN --> <view @click="forgetPassword"><text>忘记密码?</text></view> <!-- #endif --> <!-- #ifdef MP-WEIXIN --> <view @click="PrivacyAgreementHandle"><text>新用户注册</text></view> <!-- #endif --> @@ -151,6 +153,7 @@ uni.setStorageSync('roleType', res.data.type); uni.setStorageSync("userId", res.data.userId) uni.setStorageSync("carNo", res.data.carNo) uni.setStorageSync("isFirstMeet", false) setCustomerId(res.data.customerid); uni.hideLoading(); //跳转页面