diff --git a/common/config.js b/common/config.js index 191473b..59feecd 100644 --- a/common/config.js +++ b/common/config.js @@ -1,6 +1,6 @@ -const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg"; // -const ROOTPATH = "https://dj-api.hnsiyao.cn/czg"; //后台服务域名 -const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 +// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg"; // +// const ROOTPATH = "https://dj-api.hnsiyao.cn/czg"; //后台服务域名 +// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // // const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 @@ -13,9 +13,9 @@ const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH1 = "http://192.168.1.41:8100/czg"; // // const ROOTPATH = "http://192.168.1.41:8100/czg"; //后台服务域名 // 测试 -// const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg"; // -// const ROOTPATH = "https://web-api.hnsiyao.cn/czg"; //后台服务域名 -// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 +const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg"; // +const ROOTPATH = "https://web-api.hnsiyao.cn/czg"; //后台服务域名 +const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 module.exports = { diff --git a/me/yaoqing/realName.vue b/me/yaoqing/realName.vue new file mode 100644 index 0000000..133e86a --- /dev/null +++ b/me/yaoqing/realName.vue @@ -0,0 +1,177 @@ + + + + + \ No newline at end of file diff --git a/me/yaoqing/ymg-yaoqing-tixian.vue b/me/yaoqing/ymg-yaoqing-tixian.vue index cf6f4e0..43014cb 100644 --- a/me/yaoqing/ymg-yaoqing-tixian.vue +++ b/me/yaoqing/ymg-yaoqing-tixian.vue @@ -46,12 +46,15 @@ - + + + 实名认证 + + + 红包明细 + @@ -201,6 +204,11 @@ export default { // this.list(); }, methods: { + shimingrenzhi(){ + uni.navigateTo({ + url:'/me/yaoqing/realName' + }) + }, onNavigationBarButtonTap() { this.showRule() }, diff --git a/pages.json b/pages.json index 7f059da..f11f8a4 100644 --- a/pages.json +++ b/pages.json @@ -825,6 +825,13 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path" : "yaoqing/realName", + "style" : + { + "navigationBarTitleText" : "" + } } ] },