小程序更新
This commit is contained in:
parent
53a10e90ae
commit
80b7cde0af
@ -366,6 +366,7 @@
|
|||||||
title: 'H5不支持打开小程序'
|
title: 'H5不支持打开小程序'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
changeHandler(e) {
|
changeHandler(e) {
|
||||||
const {
|
const {
|
||||||
columnIndex,
|
columnIndex,
|
||||||
|
@ -442,7 +442,6 @@
|
|||||||
<view class="userpage-icon" @click="close">
|
<view class="userpage-icon" @click="close">
|
||||||
<image src="@/static/images/close.png" mode=""></image>
|
<image src="@/static/images/close.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<form report-submit='true' style="height: 90%;">
|
<form report-submit='true' style="height: 90%;">
|
||||||
<view class='merchantsSettled' :style="{'height':Fheight}">
|
<view class='merchantsSettled' :style="{'height':Fheight}">
|
||||||
<view class="title">填写信息</view>
|
<view class="title">填写信息</view>
|
||||||
|
@ -781,7 +781,7 @@
|
|||||||
userinfo(){
|
userinfo(){
|
||||||
getUserInfo().then(res => {
|
getUserInfo().then(res => {
|
||||||
|
|
||||||
this.business_status=res.data.mer_info.business_status
|
this.business_status=res.data.mer_info.setting_status
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getProductSpu() {
|
getProductSpu() {
|
||||||
@ -968,7 +968,7 @@
|
|||||||
// this.tabs = this.tabs2
|
// this.tabs = this.tabs2
|
||||||
// this.service_open = false
|
// this.service_open = false
|
||||||
// }
|
// }
|
||||||
if(this.business_status==2){
|
if(this.business_status==1){
|
||||||
this.isLihaiYun === 'Lihai' ? this.tabs = this.tabs4 : this.tabs = this.tabs3
|
this.isLihaiYun === 'Lihai' ? this.tabs = this.tabs4 : this.tabs = this.tabs3
|
||||||
}else{
|
}else{
|
||||||
this.tabs = this.tabs5
|
this.tabs = this.tabs5
|
||||||
|
@ -89,6 +89,7 @@ const loadMP = async (id) => {
|
|||||||
|
|
||||||
//加载商城小程序
|
//加载商城小程序
|
||||||
const loadMPx = async (id) => {
|
const loadMPx = async (id) => {
|
||||||
|
|
||||||
appid = id;
|
appid = id;
|
||||||
let info = await miniapp();
|
let info = await miniapp();
|
||||||
console.log('最新版本', info.data);
|
console.log('最新版本', info.data);
|
||||||
@ -106,7 +107,8 @@ const loadMPx = async (id) => {
|
|||||||
} else {
|
} else {
|
||||||
flag = true
|
flag = true
|
||||||
}
|
}
|
||||||
if (0 != ret.code || compareVersions(info.data.appInfo.version, ret.versionInfo.name) == 1 || flag ==
|
if (0 != ret.code || compareVersions(info.data.appInfo.version, ret.versionInfo.name) == 1 ||
|
||||||
|
flag ==
|
||||||
true) {
|
true) {
|
||||||
let count = 0;
|
let count = 0;
|
||||||
timer = setInterval(() => {
|
timer = setInterval(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user