|
|
@@ -24,7 +24,8 @@ |
|
|
|
</view> |
|
|
|
<view class="text">首次激活</view> |
|
|
|
</view> |
|
|
|
<view class="item-box"> |
|
|
|
<!-- @click="$util.navTo(`/subpackage/after-sale/onlineService`,true)" --> |
|
|
|
<view class="item-box" @click="onlineService()"> |
|
|
|
<view class="item"> |
|
|
|
<image :src="fileURL + 'image/yxb/yxb9.png'" mode="aspectFill" /> |
|
|
|
</view> |
|
|
@@ -614,6 +615,14 @@ |
|
|
|
} |
|
|
|
// #endif |
|
|
|
} |
|
|
|
const onlineService=()=>{ |
|
|
|
// #ifdef MP-ALIPAY |
|
|
|
msg("请拨打客服电话400-800-8787") |
|
|
|
// #endif |
|
|
|
// #ifdef MP-WEIXIN |
|
|
|
navTo('//subpackage/after-sale/onlineService', true) |
|
|
|
// #endif |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
<style> |