Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
高淑倩
7-Eleven
Commits
95215472
Commit
95215472
authored
Feb 26, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分内容
parent
1b3986d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bottomTabs.wxml
src/component/bottomTabs/bottomTabs.wxml
+1
-1
skuPopup.wxml
src/component/skuPopup/skuPopup.wxml
+2
-2
index.js
src/config/index.js
+1
-1
No files found.
src/component/bottomTabs/bottomTabs.wxml
View file @
95215472
...
...
@@ -4,7 +4,7 @@
<view class='bgc fixed-bottom0'
style="background-image:url({{tabBar.num == 4 ? '': '/assets/imgs/7_1_0/bg.png'}});"
wx:if="{{tabBar.num == 4}}">
<block wx:for="{{tabBarList}}" wx:key="
{{index}}
" wx:for-item="tab">
<block wx:for="{{tabBarList}}" wx:key="
*this
" wx:for-item="tab">
<view class="tab">
<!--当前页面需要授权 且未授权-->
<view wx:if="{{tab.needAuth}}" class="btn-tab">
...
...
src/component/skuPopup/skuPopup.wxml
View file @
95215472
...
...
@@ -16,7 +16,7 @@
<view class="price-text">¥{{utils.numberFormat(salePrice /100)}}</view>
<view class="stock-text">库存:{{skuStock}}</view>
<view class="sku-text">规格:
<block wx:for="{{skuText}}" wx:key="
{{index}}
">{{item}} </block>
<block wx:for="{{skuText}}" wx:key="
*this
">{{item}} </block>
</view>
</view>
</view>
...
...
@@ -33,7 +33,7 @@
class="spec-values"
wx:for="{{item.sonList}}"
wx:for-index="j"
wx:key="
{{j}}
"
wx:key="
*this
"
wx:for-item="specValue"
>
<view
...
...
src/config/index.js
View file @
95215472
...
...
@@ -18,7 +18,7 @@ const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test , 测试门
const
BRANCH_ID
=
3001
const
isMall
=
true
const
needMock
=
''
//
//
const needMock = '' //
// 舞象联系我 :766c50920993bf9c41c6c3d2761a2df5
//泰华 联系我 :6e4314d558e55fbc64fe2e757e24d61f
...
...
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