소스 검색

在线客服提示

yxb
yangteng 1 년 전
부모
커밋
1500c418d6
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10
    1
      pages/index/index.vue

+ 10
- 1
pages/index/index.vue 파일 보기

@@ -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>

Loading…
취소
저장