门店端优化
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user