'!'
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<view class="down-app-root">
|
||||
<uni-title type="h2" title="菜市商家App上线" align="center" />
|
||||
<view class="info"
|
||||
>京西菜市商家版App全新上架,系统更加稳定,功能更加齐全,订单通知更加及时,请往手机自带应用商店搜索【京西菜市】进行安装使用!</view
|
||||
>京西到家商家版App全新上架,系统更加稳定,功能更加齐全,订单通知更加及时,请往手机自带应用商店搜索【京西到家】进行安装使用!</view
|
||||
>
|
||||
<uni-title type="h3" title="苹果搜索【京西菜市】" />
|
||||
<image
|
||||
@@ -44,10 +44,11 @@
|
||||
src="https://image.jxc4.com/image/a9879811d0bebfa8fd9d25240fccbcde.tem.jpg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<uni-title type="h3" title="安卓搜索【京西菜市】" />
|
||||
<uni-title type="h3" title="安卓搜索【京西到家】" />
|
||||
<!-- https://image.jxc4.com/image/b77cc513274b89da69a9119fef43c24e.tem.jpg-->
|
||||
<image
|
||||
class="img"
|
||||
src="https://image.jxc4.com/image/b77cc513274b89da69a9119fef43c24e.tem.jpg"
|
||||
src="https://image.jxc4.com/image/7cf96a49690c40edced8caf4ca711b04jpg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<view class="btn" @tap="closeDownApp">我知道了</view>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
moreColor="#e70808"
|
||||
showGetMore
|
||||
@click="downApp"
|
||||
text="京西菜市商家版App全新上架,系统更加稳定,功能更加齐全,订单通知更加及时,请往手机自带应用商店搜索【京西菜市】进行安装使用!"
|
||||
text="京西到家商家版App全新上架,系统更加稳定,功能更加齐全,订单通知更加及时,请往手机自带应用商店搜索【京西到家】进行安装使用!"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -120,7 +120,7 @@ const messageFn = function () {
|
||||
})
|
||||
|
||||
// 饿百
|
||||
reverseListEb.map((element: any, index: number) => {
|
||||
reverseListEb.map((element: any) => {
|
||||
let resData = JSON.parse(element)
|
||||
let latestMsgHandler = JSON.parse(resData.latestMsg).text ? JSON.parse(resData.latestMsg).text : JSON.parse(resData.latestMsg).duration ? '【语音】' : '【图片】'
|
||||
// let isAddUserLiset = JSON.parse(resData.latestMsg).data && JSON.parse(JSON.parse(resData.latestMsg).data).title.includes('本次服务已经完成,会话暂停') ? false : true
|
||||
|
||||
@@ -408,8 +408,8 @@ export default function orderRealTime() {
|
||||
|
||||
|
||||
/*************************************************
|
||||
* 售后退款
|
||||
*/
|
||||
* 售后退款
|
||||
*/
|
||||
const afsPrice = computed(() => {
|
||||
return saleInfo.value.afsPrice
|
||||
? (saleInfo.value.afsPrice / 100).toFixed(2)
|
||||
|
||||
Reference in New Issue
Block a user