This commit is contained in:
曹辉 2023-04-12 10:06:30 +08:00
parent 5e0d833fc8
commit cf20c952aa
2 changed files with 22 additions and 31 deletions

View File

@ -70,35 +70,26 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, {
"path": "pages/template/template",
"style": {
"navigationBarTitleText": "模板消息订阅",
"enablePullDownRefresh": false
}
}, {
"path": "pages/RevenueDetails/RevenueDetails",
"style": {
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/study/study",
"style": {
"navigationBarTitleText": "我的学习",
"enablePullDownRefresh": false
}
} }
,{ ],
"path" : "pages/template/template",
"style" :
{
"navigationBarTitleText": "模板消息订阅",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/RevenueDetails/RevenueDetails",
"style" :
{
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/study/study",
"style" :
{
"navigationBarTitleText": "我的学习",
"enablePullDownRefresh": false
}
}
],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarTitleText": "", "navigationBarTitleText": "",

View File

@ -101,10 +101,10 @@
</view> </view>
</view> </view>
</u-popup> </u-popup>
<u-popup v-model="show" mode='bottom' :closeable='true' :safe-area-inset-bottom='true'> <u-mask :show="show" @click="show = false">
<signature @userSignaturePictureUrl='userSignaturePicture' @click.native.stop <signature @userSignaturePictureUrl='userSignaturePicture' @click.native.stop
style='width: 100%;height: 800rpx;'></signature> style='background-color: #F4F5F7;position:absolute;bottom:0%;width: 100%;height: 800rpx;'></signature>
</u-popup> </u-mask>
<u-toast ref="uToast" /> <u-toast ref="uToast" />
</view> </view>
</template> </template>