修改任务/修改首页

This commit is contained in:
GaoHao
2024-12-24 10:53:29 +08:00
parent 1039e9713b
commit 903c584ac7
2 changed files with 31 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
<u-navbar :background="background" height="60" :is-back="false" :title="title" :border-bottom="false">
<!-- #endif -->
<!-- #ifndef H5 -->
<u-navbar height="60" :background="background" :is-back="false" :title="title" :border-bottom="false">
<u-navbar height="60" :background="background" :is-back="true" :title="title" :border-bottom="false">
<!-- #endif -->
<!-- #ifdef MP-TOUTIAO -->
<view :style="{marginTop:barHeight/2+'px'}" class="nvavBar flex" style="padding-left: 80rpx;">
@@ -220,7 +220,7 @@
},
data() {
return {
showSearch: false,
showSearch: true,
showzls: true,
shodrags: true,
shodrag: false, //是否显示拖拽悬浮
@@ -262,6 +262,8 @@
isIos: true,
scrollTop: 0,
isShowMoneyPay: true,
isIos: true,
isIosApp: false,
};
},
onShareAppMessage(res) {
@@ -442,6 +444,7 @@
if (res.code == 0) {
const sysInfo = uni.getSystemInfoSync();
let isIos = sysInfo.platform == 'ios'
this.isIosApp = isIos
this.isShowMoneyPay = !(res.data.value == '1' && isIos)
}
});