瀏覽代碼

在线客服提示

yxb
yangteng 11 月之前
父節點
當前提交
1500c418d6
共有 1 個檔案被更改,包括 10 行新增1 行删除
  1. 10
    1
      pages/index/index.vue

+ 10
- 1
pages/index/index.vue 查看文件

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


<style> <style>

Loading…
取消
儲存