|
@@ -18,7 +18,8 @@
|
|
|
<!-- 功能盒 start -->
|
|
|
<view class="gnh-wrap">
|
|
|
<view class="gnh-top flex">
|
|
|
- <view class="top-item flex" @click="navto('/pages/index/rg')">
|
|
|
+ <!-- <view class="top-item flex" @click="navto('/pages/index/rg')"> -->
|
|
|
+ <view class="top-item flex" @click="jqqd()">
|
|
|
<image src="../../static/icon/gn-1.png" mode="" class=""></image>
|
|
|
<view class="">{{ $t('index.rg') }}</view>
|
|
|
</view>
|
|
@@ -130,6 +131,9 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
+ jqqd() {
|
|
|
+ this.$api.msg(this.$t('popup.jqqd'));
|
|
|
+ },
|
|
|
goDetail(e) {
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/index/ggDetail?id=' + this.listInfo[e].id
|