更新
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
this.titleList = titleArr;
|
||||
this.tempTitleObj = r;
|
||||
this.areaCodeList1 = this.areaCodeList
|
||||
console.log(this.productCodeList,this.areaCodeList1,uni.getStorageSync('areaCodeList'),'-------------------')
|
||||
// console.log(this.productCodeList,this.areaCodeList1,uni.getStorageSync('areaCodeList'),'-------------------')
|
||||
},
|
||||
// #endif
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
this.titleList = titleArr;
|
||||
this.tempTitleObj = r;
|
||||
this.areaCodeList1 = this.areaCodeList
|
||||
console.log(this.titleList,this.areaCodeList1,'-------------------ddd')
|
||||
// console.log(this.titleList,this.areaCodeList1,'-------------------ddd')
|
||||
},
|
||||
// #endif
|
||||
data() {
|
||||
@@ -246,8 +246,8 @@
|
||||
showMenuClick(index) {
|
||||
if(!uni.getStorageSync('user')){
|
||||
uni.showModal({
|
||||
title: '请您登录',
|
||||
content: "登录星油加油才可以加油 |˛˙꒳˙)♡",
|
||||
|
||||
content: "登录后才能查看哦",
|
||||
confirmText: '去登陆',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
|
||||
Reference in New Issue
Block a user