Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BEHALF
Project
Project
Details
Activity
Releases
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
华国豪
BEHALF
Commits
5783e6b3
Commit
5783e6b3
authored
Nov 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a2790778
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
home.js
pages/Home/home.js
+2
-3
Settlement.wxml
pages/Product/Settlement/Settlement.wxml
+2
-1
No files found.
pages/Home/home.js
View file @
5783e6b3
...
...
@@ -6,11 +6,10 @@ Page({
* 页面的初始数据
*/
data
:
{
background
:
[
'demo-text-1'
,
'demo-text-2'
,
'demo-text-3'
],
indicatorDots
:
true
,
autoplay
:
true
,
circular
:
true
,
interval
:
2
000
,
interval
:
3
000
,
duration
:
500
,
typeList
:
[],
newList
:
[],
...
...
@@ -144,7 +143,7 @@ Page({
url
:
'/pages/Product/ProductDetails/ProductDetails?id='
+
id
,
})
},
register
:
function
(){
register
:
function
(){
// 注册
app
.
$api
(
'ShopGuest_post_CreateGuestAccountService'
,
{
WeChatOpenId
:
this
.
data
.
openId
,
GuestId
:
app
.
GuestId
,
...
...
pages/Product/Settlement/Settlement.wxml
View file @
5783e6b3
...
...
@@ -40,7 +40,8 @@
</view>
</view>
<view class="Gray30"></view>
<view class="pay-way" bindtap="changePayway">
<!-- bindtap="changePayway" -->
<view class="pay-way">
<view class="left">
<image src="/images/mine/wechat.png"></image>
<text class="f30 c11">微信支付</text>
...
...
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