@@ -227,7 +227,17 @@
success: function(res) {},
})
},
+ loadIsLogin() {
+ uni.navigateTo({
+ url: '/pages/loginRegister/login',
+ })
+ },
useCarBtn() {
+ const user_token = storage.getUserToken()
+ if (!user_token) {
+ this.loadIsLogin()
+ return
+ }
const pData = {
...this.car_detail,
price: this.price