小程序更新

This commit is contained in:
jia 2023-09-26 16:03:19 +08:00
parent 53a10e90ae
commit 80b7cde0af
4 changed files with 26 additions and 24 deletions

View File

@ -366,6 +366,7 @@
title: 'H5不支持打开小程序'
})
},
changeHandler(e) {
const {
columnIndex,

View File

@ -442,7 +442,6 @@
<view class="userpage-icon" @click="close">
<image src="@/static/images/close.png" mode=""></image>
</view>
<form report-submit='true' style="height: 90%;">
<view class='merchantsSettled' :style="{'height':Fheight}">
<view class="title">填写信息</view>

View File

@ -781,7 +781,7 @@
userinfo(){
getUserInfo().then(res => {
this.business_status=res.data.mer_info.business_status
this.business_status=res.data.mer_info.setting_status
})
},
getProductSpu() {
@ -968,7 +968,7 @@
// this.tabs = this.tabs2
// 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
}else{
this.tabs = this.tabs5

View File

@ -89,6 +89,7 @@ const loadMP = async (id) => {
//加载商城小程序
const loadMPx = async (id) => {
appid = id;
let info = await miniapp();
console.log('最新版本', info.data);
@ -106,7 +107,8 @@ const loadMPx = async (id) => {
} else {
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) {
let count = 0;
timer = setInterval(() => {