Commit 5783e6b3 authored by 华国豪's avatar 华国豪 🙄

1

parent a2790778
...@@ -6,11 +6,10 @@ Page({ ...@@ -6,11 +6,10 @@ Page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
background: ['demo-text-1', 'demo-text-2', 'demo-text-3'],
indicatorDots: true, indicatorDots: true,
autoplay: true, autoplay: true,
circular: true, circular: true,
interval: 2000, interval: 3000,
duration: 500, duration: 500,
typeList: [], typeList: [],
newList: [], newList: [],
...@@ -144,7 +143,7 @@ Page({ ...@@ -144,7 +143,7 @@ Page({
url: '/pages/Product/ProductDetails/ProductDetails?id=' + id, url: '/pages/Product/ProductDetails/ProductDetails?id=' + id,
}) })
}, },
register: function (){ register: function (){ // 注册
app.$api('ShopGuest_post_CreateGuestAccountService', { app.$api('ShopGuest_post_CreateGuestAccountService', {
WeChatOpenId: this.data.openId, WeChatOpenId: this.data.openId,
GuestId: app.GuestId, GuestId: app.GuestId,
......
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
</view> </view>
</view> </view>
<view class="Gray30"></view> <view class="Gray30"></view>
<view class="pay-way" bindtap="changePayway"> <!-- bindtap="changePayway" -->
<view class="pay-way">
<view class="left"> <view class="left">
<image src="/images/mine/wechat.png"></image> <image src="/images/mine/wechat.png"></image>
<text class="f30 c11">微信支付</text> <text class="f30 c11">微信支付</text>
......
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