修改了绑定抖音的文字提示

This commit is contained in:
tsui110 2026-01-17 23:40:49 +08:00
parent 108f37e35f
commit 1af8bc7315

View File

@ -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
}