修改了绑定抖音的文字提示
This commit is contained in:
parent
108f37e35f
commit
1af8bc7315
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user