yangteng 1 год назад
Родитель
Сommit
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>

Загрузка…
Отмена
Сохранить