'优化淘宝闪购平台'
This commit is contained in:
@@ -122,8 +122,8 @@ export default {
|
||||
async function saveInvoiceInfo() {
|
||||
try {
|
||||
let findItem = store.getters['storeInfo/platformInfo'].filter((item:AnyObject) => item.vendorID === 3)
|
||||
if(findItem.length === 0) return toast('未绑定饿百门店',2)
|
||||
// if(!ebStoreInfo || JSON.stringify(ebStoreInfo) === '{}') return toast('未绑定饿百门店')
|
||||
if(findItem.length === 0) return toast('未绑定淘宝闪购门店',2)
|
||||
// if(!ebStoreInfo || JSON.stringify(ebStoreInfo) === '{}') return toast('未绑定淘宝闪购门店')
|
||||
if(+invoice_mode_index.value) invoiceInfo.value.invoice_mode = invoice_mode_array.value[invoice_mode_index.value].value
|
||||
if(+invoice_material_index.value) invoiceInfo.value.invoice_material = invoice_material_array.value[invoice_material_index.value].value
|
||||
if(+invoice_class_index.value) invoiceInfo.value.invoice_class = invoice_class_array.value[invoice_class_index.value].value
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
<text v-else class="printer-name">未知状态</text>
|
||||
</view>
|
||||
<view class="item" v-if="isExistEbStore">
|
||||
<view>饿百IM单聊状态</view>
|
||||
<view>淘宝闪购IM单聊状态</view>
|
||||
<switch
|
||||
v-if="!store.getters['storeInfo/imEbStatus'][0].errMsg"
|
||||
:checked="imEbStoreStatus"
|
||||
@@ -174,7 +174,7 @@
|
||||
<jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon>
|
||||
</view>
|
||||
<view class="item" v-if="isExistEbStore" @tap="jumpInvoiceSet">
|
||||
<view>发票设置(饿百)</view>
|
||||
<view>发票设置(淘宝闪购)</view>
|
||||
<jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -116,7 +116,7 @@ async function shareStoreFn(
|
||||
getQrCode(path)
|
||||
} else if (vendorID == 3) {
|
||||
// 饿了么
|
||||
shareText.value = '饿了么/微信/支付宝扫码进店/'
|
||||
shareText.value = '淘宝闪购/微信/支付宝扫码进店/'
|
||||
share.value.open()
|
||||
path = `https://h5.ele.me/newretail/p/shop/?&id=${vendorStoreID}`
|
||||
getQrCode(path)
|
||||
|
||||
@@ -56,7 +56,7 @@ const msgChatFn = function () {
|
||||
title:
|
||||
useData.vendorID == 1
|
||||
? `【美团${useData.orderDesc}】${useData.userID === '0' ? '群发消息' : useData.userID}`
|
||||
: `【饿了么】${useData.userID}`,
|
||||
: `【淘宝闪购】${useData.userID}`,
|
||||
})
|
||||
|
||||
// 获取聊天数据
|
||||
|
||||
@@ -39,8 +39,8 @@ const phoneList = ref<Array<PhoneListType>>([
|
||||
mobild: phoneData.operatorPhone2,
|
||||
},
|
||||
{
|
||||
icon: 'https://image.jxc4.com/image/8ac4b05dfef6b18639489d32cd421551.png',
|
||||
company: '饿佰运营',
|
||||
icon: 'https://image.jxc4.com/image/06a27a6503a6695824bf361ded5f1d45.png',
|
||||
company: '淘宝闪购运营',
|
||||
name: phoneData.operatorName3 || '暂无',
|
||||
mobild: phoneData.operatorPhone3,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user