门店端优化

This commit is contained in:
wong
2025-08-30 17:14:57 +08:00
parent b9d88160a2
commit 343c142d87
15 changed files with 147 additions and 76 deletions

View File

@@ -11,7 +11,7 @@
</view>
<!-- 引入侧边菜单组件 -->
<side-menu :show="menuVisible" @close="closeMenu"></side-menu>
<side-menu :show="menuVisible" @close="closeMenu" class="assistant111111"></side-menu>
<!-- 搜索栏 -->
<view class="search-container" v-if="false">

View File

@@ -339,24 +339,24 @@
// 第三方登录
handleThirdLogin(platform) {
uni.showToast({
title: `${platform === 'wechat' ? '微信' : 'Apple'}登录功能暂未实现`,
icon: 'none'
});
// uni.showToast({
// title: `${platform === 'wechat' ? '微信' : 'Apple'}登录功能暂未实现`,
// icon: 'none'
// });
},
// 打开协议
openAgreement(type) {
uni.showToast({
title: `打开${type === 'user' ? '用户协议' : '隐私政策'}`,
icon: 'none'
});
// uni.showToast({
// title: `打开${type === 'user' ? '用户协议' : '隐私政策'}`,
// icon: 'none'
// });
},
// 联系我们
contactUs() {
uni.showToast({
title: '联系方式: support@example.com',
title: '联系方式: zhiqun@qq.com',
icon: 'none',
duration: 3000
});