修改了绑定抖音的文字提示
This commit is contained in:
parent
108f37e35f
commit
1af8bc7315
@ -996,14 +996,14 @@ export default {
|
|||||||
|
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '绑定抖音',
|
title: '绑定抖音',
|
||||||
content: '请输入您的抖店订单号即可完成绑定',
|
content: '',
|
||||||
editable: true,
|
editable: true,
|
||||||
placeholderText: '请输入您的抖店订单号',
|
placeholderText: '请输入您的抖音号',
|
||||||
success: async (res) => {
|
success: async (res) => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
const douyinId = res.content?.trim()
|
const douyinId = res.content?.trim()
|
||||||
if (!douyinId) {
|
if (!douyinId) {
|
||||||
uni.showToast({ title: '抖店订单号不能为空', icon: 'none' })
|
uni.showToast({ title: '抖音号不能为空', icon: 'none' })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user