zhaojs
2023-06-21 c779188c939cbc3037ca18eb63267f6700d2824e
no message
已修改3个文件
9 ■■■■■ 文件已修改
uniapp/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/goods/goodsDetail.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/index/launchPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/manifest.json
@@ -12,8 +12,8 @@
        "nvueCompiler" : "uni-app",
        "compilerVersion" : 3,
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
            "alwaysShowBeforeRender" : false,
            "waiting" : false,
            "autoclose" : true,
            "delay" : 0
        },
uniapp/pages/goods/goodsDetail.vue
@@ -439,10 +439,13 @@
            console.log(this.pageInfo);
          })
        }else if(this.faction == 'd'){
            var that = this;
            console.log(this.optionsInfo.goodsId);
            this.$u.api.getDyGoodsDetail({
              goodsId: this.optionsInfo.goodsId
            }).then(e => {
                console.log(e);
              var res = e.data.info;
              this.pageInfo = res
              that.optionsInfo.imgs = that.pageInfo.imgs;
uniapp/pages/index/launchPage.vue
@@ -37,7 +37,7 @@
                        return;
                    }
                    var res = e.data.info;
                    if(res&&res.length>0&&res.launchpic&&res.launchpic.length>0)
                    if(res&&res.launchpic&&res.launchpic.length>0)
                    {
                        that.list=res.launchpic;
                    }