From 4ab80c36893ecea2ac7d3ff71d59e33700f91a72 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 06 九月 2024 13:55:15 +0800 Subject: [PATCH] 1 --- pages/user/supplier-user.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue index bc63022..83e1e1f 100644 --- a/pages/user/supplier-user.vue +++ b/pages/user/supplier-user.vue @@ -188,6 +188,15 @@ </image> <view>兑换券</view> </view> + <!-- #endif --> + <!-- #ifndef PUB_CUSTOMER_DEV --> + <view class="service-icons" > + + </view> + + <view class="service-icons" > + + </view> <!-- #endif --> </view> </view> @@ -490,7 +499,7 @@ success: async function(res) { console.log('条码内容:' + res.result); if (!res.result) { - that.$message.showToast('未识别出合伙人信息,如果是微信小程序二维码,请微信扫码打开') + that.$message.showToast('未识别出合伙人信息,请用微信扫码打开') return } var dto = undefined -- Gitblit v1.9.3