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
cacf36db
Commit
cacf36db
authored
Mar 16, 2020
by
程南
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订阅消息
parent
3f732f13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
confirmOrder.js
src/pages/confirmOrder/confirmOrder.js
+0
-0
confirmOrder.wxml
src/pages/confirmOrder/confirmOrder.wxml
+2
-2
refund.js
src/pages/refund/refund.js
+0
-0
project.config.json
src/project.config.json
+2
-2
No files found.
src/pages/confirmOrder/confirmOrder.js
View file @
cacf36db
This diff is collapsed.
Click to expand it.
src/pages/confirmOrder/confirmOrder.wxml
View file @
cacf36db
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
data-type="selfPickUp" bindtap="onTapChangeType">门店自提</view>
data-type="selfPickUp" bindtap="onTapChangeType">门店自提</view>
</view>
</view>
<form
bindsubmit="formSubmit"
>
<form>
<!-- 快递地址 -->
<!-- 快递地址 -->
<view class="address-wrap" wx:if="{{currentType == 'delivery'}}">
<view class="address-wrap" wx:if="{{currentType == 'delivery'}}">
<block wx:if="{{goodsAddress}}">
<block wx:if="{{goodsAddress}}">
...
@@ -244,7 +244,7 @@
...
@@ -244,7 +244,7 @@
<text class="cost-label">实付款:</text>
<text class="cost-label">实付款:</text>
<text class="cost-price">¥{{utils.numberFormat(orderPrice)}}</text>
<text class="cost-price">¥{{utils.numberFormat(orderPrice)}}</text>
</view>
</view>
<button
form-type="s
ubmit" class="theme-color">立即购买</button>
<button
bind:tap="formS
ubmit" class="theme-color">立即购买</button>
</view>
</view>
</form>
</form>
</view>
</view>
...
...
src/pages/refund/refund.js
View file @
cacf36db
This diff is collapsed.
Click to expand it.
src/project.config.json
View file @
cacf36db
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
80
,
"current"
:
-1
,
"list"
:
[
"list"
:
[
{
{
"id"
:
-1
,
"id"
:
-1
,
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
"id"
:
16
,
"id"
:
16
,
"name"
:
"商品详情页"
,
"name"
:
"商品详情页"
,
"pathName"
:
"pages/productDetail/productDetail"
,
"pathName"
:
"pages/productDetail/productDetail"
,
"query"
:
"id=6
86861371018723328
"
,
"query"
:
"id=6
47096699302580224
"
,
"scene"
:
null
"scene"
:
null
},
},
{
{
...
...
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