Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhqg-mini
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhqg
zhqg-mini
Commits
610e6b94
Commit
610e6b94
authored
Oct 22, 2020
by
wangyalan-git
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
c7c0465e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
category.wxml
pages/category/category.wxml
+2
-2
project.config.json
project.config.json
+1
-1
config.js
utils/config.js
+2
-1
No files found.
pages/category/category.wxml
View file @
610e6b94
...
@@ -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}}">
...
...
project.config.json
View file @
610e6b94
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"ignore"
:
[]
"ignore"
:
[]
},
},
"setting"
:
{
"setting"
:
{
"urlCheck"
:
fals
e
,
"urlCheck"
:
tru
e
,
"es6"
:
true
,
"es6"
:
true
,
"enhance"
:
false
,
"enhance"
:
false
,
"postcss"
:
true
,
"postcss"
:
true
,
...
...
utils/config.js
View file @
610e6b94
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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment