From c018952d6c16f15067f5d7a3ca1b985e7d9c13f7 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Mon, 20 May 2024 21:00:43 +0800 Subject: [PATCH] 11 --- config/app.js | 4 ++-- pages/goods_cate/goods_cate.vue | 9 ++++++++- pages/prize/index.vue | 18 +++++++++--------- pages/short_video/nvueSwiper/index.nvue | 2 +- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/config/app.js b/config/app.js index 65e27b0..262ed47 100644 --- a/config/app.js +++ b/config/app.js @@ -15,11 +15,11 @@ let openPlantGrass = '-openPlantGrass-' // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.106:8324' //测试 -let httpApi = 'https://b3.njrenzhou.com' //生产 +let httpApi = 'https://admin.njqicheng.cn' //生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net // let wsApi = 'ws://192.168.3.20:8324' -let wsApi = 'wss://b3.njrenzhou.com' +let wsApi = 'wss://admin.njqicheng.cn' module.exports = { // 请求域名 格式: https://您的域名 diff --git a/pages/goods_cate/goods_cate.vue b/pages/goods_cate/goods_cate.vue index ab742cd..36dd2d2 100644 --- a/pages/goods_cate/goods_cate.vue +++ b/pages/goods_cate/goods_cate.vue @@ -27,7 +27,8 @@ - {{item.cate_name}} + {{item.cate_name}} + 查看更多> @@ -240,6 +241,11 @@ this.cateList= item['children']; this.navActive = index ; }, + getMore(itemn){ + uni.navigateTo({ + url:'/pages/columnGoods/goods_list/index?id='+itemn.store_category_id+'&title='+itemn.cate_name + }) + }, getAllCategory: function() { let that = this; let value = "" @@ -395,6 +401,7 @@ .productSort .conter .listw .title { height: 100rpx; align-items: center; + justify-content: space-between; } .productSort .conter .listw .title .line { width: 100rpx; diff --git a/pages/prize/index.vue b/pages/prize/index.vue index 5e44b9b..65be546 100644 --- a/pages/prize/index.vue +++ b/pages/prize/index.vue @@ -2,9 +2,9 @@ - + - + @@ -27,7 +27,7 @@ - + 开始
抽奖
@@ -69,9 +69,9 @@
- - - + + + @@ -186,15 +186,15 @@ if(res.data.item.type==1){ this.title="恭喜你,抽中"; this.subTitle = res.data.item.value+"钻石" - this.image = "https://b3.njrenzhou.com/static/images/2.png" + this.image = "https://admin.njqicheng.cn/static/images/2.png" }else if(res.data.item.type==2){ this.title="很遗憾,没有抽中"; this.subTitle = "谢谢惠顾" - this.image = "https://b3.njrenzhou.com/static/images/3.png" + this.image = "https://admin.njqicheng.cn/static/images/3.png" }else if(res.data.item.type==3){ this.title="恭喜你,抽中"; this.subTitle = "再抽一次" - this.image = "https://b3.njrenzhou.com/static/images/1.png" + this.image = "https://admin.njqicheng.cn/static/images/1.png" } this.show = true; this.btnDisabled = ''; diff --git a/pages/short_video/nvueSwiper/index.nvue b/pages/short_video/nvueSwiper/index.nvue index f1e7d1b..94876a6 100644 --- a/pages/short_video/nvueSwiper/index.nvue +++ b/pages/short_video/nvueSwiper/index.nvue @@ -324,7 +324,7 @@ PromotionCode: '', //二维码图片 canvasStatus: false, //海报绘图标签 posterImage: '', //海报路径 - posterbackgd: 'https://b3.njrenzhou.com/static/img/index/posterbackgd.png', + posterbackgd: 'https://admin.njqicheng.cn/static/img/index/posterbackgd.png', avatar: '/static/images/f.png', codeImg: "", autoplay: false,