From 1af8bc73153d0f0da30881cc38a6e9ab64d4dfd8 Mon Sep 17 00:00:00 2001 From: tsui110 Date: Sat, 17 Jan 2026 23:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=8A=96=E9=9F=B3=E7=9A=84=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index c460433..53a0647 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -996,14 +996,14 @@ export default { uni.showModal({ title: '绑定抖音', - content: '请输入您的抖店订单号即可完成绑定', + content: '', editable: true, - placeholderText: '请输入您的抖店订单号', + placeholderText: '请输入您的抖音号', success: async (res) => { if (res.confirm) { const douyinId = res.content?.trim() if (!douyinId) { - uni.showToast({ title: '抖店订单号不能为空', icon: 'none' }) + uni.showToast({ title: '抖音号不能为空', icon: 'none' }) return }