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 }