Commit 610e6b94 by wangyalan-git

提交

parent c7c0465e
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<!-- 右侧内容start --> <!-- 右侧内容start -->
<scroll-view scroll-y="true" class='rightcontent' scroll-into-view="{{toViewId}}"> <scroll-view scroll-y="true" class='rightcontent' scroll-into-view="{{toViewId}}">
<!-- <block wx:for='{{ productList}}' wx:key=''> --> <!-- <block wx:for='{{ productList}}' wx:key=''> -->
<view class='adver-map'> <!-- <view class='adver-map'>
<view class='item-a'> <view class='item-a'>
<image src='{{categoryImg}}' mode='widthFix'></image> <image src='{{categoryImg}}' mode='widthFix'></image>
</view> </view>
</view> </view> -->
<view class='cont-item'> <view class='cont-item'>
<block wx:for='{{productList}}' wx:key=''> <block wx:for='{{productList}}' wx:key=''>
<view class='show-item' bindtap='toProdPage' data-prodid="{{item.prodId}}"> <view class='show-item' bindtap='toProdPage' data-prodid="{{item.prodId}}">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": true,
"es6": true, "es6": true,
"enhance": false, "enhance": false,
"postcss": true, "postcss": true,
......
var domain = "http://192.168.31.118:8086/capi"; //统一接口域名,测试环境 var domain = "https://zhqg.jsonpro.cn/capi"; //统一接口域名,测试环境
// var domain = "http://192.168.31.118:8086/capi"; //统一接口域名,测试环境
exports.domain = domain; exports.domain = domain;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment