After Width: | Height: | Size: 967 B |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.3 KiB |
@ -1,3 +1,4 @@ |
|||
{ |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "购物车" |
|||
} |
@ -0,0 +1,4 @@ |
|||
{ |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "全部分类" |
|||
} |
@ -1,3 +1,4 @@ |
|||
/* pages/category/category.wxss */ |
|||
@import "/wxSearch/wxSearch.wxss"; |
|||
page{ |
|||
background: #fff; |
@ -1,6 +1,5 @@ |
|||
{ |
|||
"navigationBarTitleText": "优惠券", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "优惠券" |
|||
|
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "商品详情", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "商品详情" |
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "我的团", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "我的团" |
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "商品详情", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "商品详情" |
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "爱拼才会赢", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "爱拼才会赢" |
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
}, |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "互利商城" |
|||
} |
@ -1,4 +1,4 @@ |
|||
{ |
|||
"usingComponents": {}, |
|||
"component": true |
|||
"navigationBarTitleText": "登录" |
|||
} |
@ -1,28 +1,37 @@ |
|||
<!-- 底部弹窗动画的内容 --> |
|||
<!--pages/index/index.wxml--> |
|||
<view class="page"> |
|||
|
|||
<view class='pupContent {{click? "showContent": "hideContent"}} {{option? "open": "closes"}}' hover-stop-propagation='true'> |
|||
<image src="../../images/logonsgb.png" catchtap="setCloses"></image> |
|||
<view class="pupContent-body"> |
|||
<view class="pupContent-head"> |
|||
<image src="{{ logoimg }}"></image> |
|||
<view>欢迎来到{{ loadtitle }}</view> |
|||
<view class="top-tab"> |
|||
<view class="top-tab-item{{currentIndex==idx?'Active':''}}" wx:key="key" wx:for="{{navTab}}" wx:for-index="idx" wx:for-item="item" data-idx='{{idx}}' data-item='{{item}}' bindtap="switchTab">{{item.type}} |
|||
<view class="top-tab-line{{currentIndex==idx?'Active':''}}"></view> |
|||
</view> |
|||
|
|||
<view class="pupContent-title"> |
|||
为提供更优质的服务,需要获取以下信息: |
|||
</view> |
|||
|
|||
<view class="pupContent-con"> |
|||
<view>· 你的公开信息(昵称、头像等)</view> |
|||
</view> |
|||
|
|||
<!--密码登录--> |
|||
<view class='login'> |
|||
<!-- 用户名 --> |
|||
<view class="userCs"> |
|||
<image src="/images/user.png" class="user"></image> |
|||
<input placeholder="请输入账号/手机号" type="text" bindinput="accountInput" /> |
|||
</view> |
|||
|
|||
<view> |
|||
<button class="pupContent-btn" bindgetuserinfo="agreeGetUser" class="login-btn" openType="getUserInfo" style="background-color: #1AAD19; border-radius:10rpx;height:46px;display:flex;justify-content:center;align-items: center;" >确定</button> |
|||
<!-- 密码 --> |
|||
<view class=passwordCs"> |
|||
<image src="/images/pass.png" class="pass"></image> |
|||
<input placeholder="请输入密码" type="password" bindinput="passwordInput" /> |
|||
</view> |
|||
<!-- <button open-type="getPhoneNumber" hidden="{{false}}" lang="zh_CN" bindgetphonenumber="bindPhoneNumber">微信一键登录</button> --> |
|||
<view class="loginView" bindtap="login">登录</view> |
|||
</view> |
|||
|
|||
|
|||
</view> |
|||
<!-- 固定的背景 --> |
|||
<view class='pupContentBG {{click?"showBG":"hideBG"}} {{option?"openBG":"closeBG"}}' catchtap='clickPup' catchtouchmove="myCatchTouch"> |
|||
<!--验证码登录--> |
|||
|
|||
|
|||
<!-- <view class="ather_login"> |
|||
<view>—— 其他登录方式 ——</view> |
|||
<view> |
|||
<image :src="wx"></image> |
|||
</view> |
|||
</view> --> |
|||
|
|||
</view> |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "商品详情", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "商品详情" |
|||
} |
@ -1,3 +0,0 @@ |
|||
{ |
|||
"navigationBarTitleText": "搜索" |
|||
} |
@ -1,6 +1,4 @@ |
|||
{ |
|||
"navigationBarTitleText": "个人中心", |
|||
"usingComponents": { |
|||
"pop": "../login/login" |
|||
} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "个人中心" |
|||
} |