提交
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "收货地址",
|
||||
"usingComponents": {
|
||||
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
|
||||
"u-modal": "/components/uview-ui/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="user-address"><block wx:if="{{!hasAddress}}"><view class="no-address column-center"><view class="sm muted">暂无添加地址,请添加~</view></view></block><block wx:else><view class="address-list"><radio-group data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" class="radio-group" bindchange="__e"><block wx:for="{{addressList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item bg-white mb20" data-id="{{item.id}}" data-event-opts="{{[['tap',[['onSelect',['$event']]]]]}}" bindtap="__e"><view class="address"><view class="consignee md bold">{{''+item.contact+''}}<text class="phone ml10">{{item.telephone}}</text></view><view class="lighter sm mt10">{{''+item.province+" "+item.city+" "+item.district+"\n "+item.address+''}}</view></view><view class="operation row-between"><view><radio class="radio row" color="{{themeColor}}" value="{{item.id+''}}" checked="{{item.is_default=='1'?true:false}}"><text>设为默认</text></radio></view><view class="row-center"><view data-event-opts="{{[['tap',[['editAddress',['$0'],[[['addressList','',index,'id']]]]]]]}}" class="row mr20" catchtap="__e"><u-icon vue-id="{{'3461d217-1-'+index}}" name="edit-pen-fill" size="32" bind:__l="__l"></u-icon>编辑</view><view class="row ml20" data-id="{{item.id}}" data-event-opts="{{[['tap',[['showSurePop',['$event']]]]]}}" catchtap="__e"><u-icon vue-id="{{'3461d217-2-'+index}}" name="trash" size="32" bind:__l="__l"></u-icon>删除</view></view></view></view></block></radio-group></view></block><u-modal vue-id="3461d217-3" id="delete-dialog" showCancelButton="{{true}}" confirm-text="删除" confirm-color="#FF2C3C" show-title="{{false}}" value="{{deleteSure}}" data-event-opts="{{[['^confirm',[['delAddressFun']]],['^cancel',[['hidePop']]],['^input',[['__set_model',['','deleteSure','$event',[]]]]]]}}" bind:confirm="__e" bind:cancel="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="column-center tips-dialog"><view style="margin-top:30rpx;">确认删除该地址吗?</view></view></u-modal><view class="footer row-between fixed bg-white"><view data-event-opts="{{[['tap',[['addAddress',['$event']]]]]}}" class="btn bg-default white md row-center br60" bindtap="__e">新增收货地址</view></view></view>
|
||||
@ -1,54 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
.user-address {
|
||||
padding-bottom: calc(140rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
.user-address .no-address {
|
||||
padding-top: 300rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.user-address .address-list {
|
||||
padding: 10rpx 0;
|
||||
}
|
||||
.user-address .address-list .item {
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
.user-address .address-list .item .address {
|
||||
padding: 20rpx 0;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
.user-address .address-list .item .operation {
|
||||
height: 80rpx;
|
||||
}
|
||||
.user-address .footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 118rpx;
|
||||
padding: 0 30rpx;
|
||||
box-sizing: content-box;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
.user-address .footer .btn {
|
||||
flex: 1;
|
||||
height: 80rpx;
|
||||
}
|
||||
.tips-dialog {
|
||||
height: 230rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "收货地址",
|
||||
"usingComponents": {
|
||||
"u-form": "/components/uview-ui/components/u-form/u-form",
|
||||
"u-form-item": "/components/uview-ui/components/u-form-item/u-form-item",
|
||||
"u-input": "/components/uview-ui/components/u-input/u-input",
|
||||
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
|
||||
"u-checkbox": "/components/uview-ui/components/u-checkbox/u-checkbox",
|
||||
"u-button": "/components/uview-ui/components/u-button/u-button",
|
||||
"u-select": "/components/uview-ui/components/u-select/u-select"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="address u-p-l-32 u-p-r-32"><u-form class="vue-ref" vue-id="55a6351c-1" model="{{addressObj}}" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('55a6351c-2')+','+('55a6351c-1')}}" label="收货人" label-width="160" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('55a6351c-3')+','+('55a6351c-2')}}" placeholder="请填写收货人姓名" value="{{addressObj.contact}}" data-event-opts="{{[['^input',[['__set_model',['$0','contact','$event',[]],['addressObj']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('55a6351c-4')+','+('55a6351c-1')}}" label="联系方式" label-width="160" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('55a6351c-5')+','+('55a6351c-4')}}" placeholder="请填写手机号码" value="{{addressObj.telephone}}" data-event-opts="{{[['^input',[['__set_model',['$0','telephone','$event',[]],['addressObj']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('55a6351c-6')+','+('55a6351c-1')}}" label="所在地区" label-width="160" bind:__l="__l" vue-slots="{{['default']}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="row-between w-full" bindtap="__e"><view class="{{[[(!addressObj.region)?'placeholder-color':'']]}}">{{addressObj.region||'请选择地区'}}</view><view><u-icon vue-id="{{('55a6351c-7')+','+('55a6351c-6')}}" name="arrow-right" size="32" color="rgb(192, 196, 204)" bind:__l="__l"></u-icon></view></view></u-form-item><u-form-item vue-id="{{('55a6351c-8')+','+('55a6351c-1')}}" label="详细地址" label-width="160" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('55a6351c-9')+','+('55a6351c-8')}}" type="textarea" placeholder="请填写小区、街道、门牌号等信息" value="{{addressObj.address}}" data-event-opts="{{[['^input',[['__set_model',['$0','address','$event',[]],['addressObj']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('55a6351c-10')+','+('55a6351c-1')}}" border-bottom="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><u-checkbox bind:input="__e" vue-id="{{('55a6351c-11')+','+('55a6351c-10')}}" shape="circle" active-color="{{themeColor}}" value="{{addressObj.is_default}}" data-event-opts="{{[['^input',[['__set_model',['$0','is_default','$event',[]],['addressObj']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}">设为默认</u-checkbox></u-form-item><view class="u-m-t-60"><u-button vue-id="{{('55a6351c-12')+','+('55a6351c-1')}}" hover-class="none" customStyle="{{({backgroundColor:themeColor,color:'#fff',border:'none',borderRadius:'100rpx',fontSize:'24rpx'})}}" hair-line="{{false}}" data-event-opts="{{[['^click',[['save']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">保存</u-button></view></u-form><u-select vue-id="55a6351c-13" mode="mutil-column-auto" list="{{lists}}" value="{{showPopup}}" data-event-opts="{{[['^confirm',[['regionChange']]],['^input',[['__set_model',['','showPopup','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" bind:__l="__l"></u-select></view>
|
||||
@ -1,22 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
page {
|
||||
background-color: #fff;
|
||||
}
|
||||
.placeholder-color {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "联系客服",
|
||||
"usingComponents": {
|
||||
"u-modal": "/components/uview-ui/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="contact-offical"><view class="header"></view><view class="content column-center"><view class="content-view column-center bg-white"><image class="content-img _img" src="{{server.image}}"></image><view class="primary wechat-num lg">客服微信</view><view data-event-opts="{{[['tap',[['onCopy',['$0'],['server.wechat']]]]]}}" class="row-center copy-btn xxl white" bindtap="__e">微信扫码添加</view><view class="mt20 normal xs" style="line-height:35px;">{{server.time}}</view></view><view class="xs white" style="margin-top:40px;line-height:49px;">无法添加或疑难问题请联系工作人员</view><view class="row white"><view class="xs" style="line-height:49px;">{{server.phone}}</view><navigator data-event-opts="{{[['tap',[['showTelTips',['$event']]]]]}}" class="ml20 phone-btn xs row-center white _a" bindtap="__e">拨打</navigator><view data-event-opts="{{[['tap',[['onCopy',['$0'],['server.phone']]]]]}}" class="ml20 copy-phone-btn xs row-center" bindtap="__e">复制</view></view></view><u-modal vue-id="3aa921d6-1" content="{{content}}" show-cancel-button="{{true}}" confirm-text="呼叫" confirm-color="{{primaryColor}}" value="{{showPhoneCall}}" data-event-opts="{{[['^confirm',[['onCall']]],['^input',[['__set_model',['','showPhoneCall','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" bind:__l="__l"></u-modal></view>
|
||||
@ -1,65 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
.contact-offical {
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(180deg, #355883 0%, #254062 100%);
|
||||
}
|
||||
.contact-offical .header {
|
||||
height: 383px;
|
||||
width: 100%;
|
||||
}
|
||||
.contact-offical .content .content-view {
|
||||
border: 5px solid #254062;
|
||||
width: 310px;
|
||||
border-radius: 10px;
|
||||
margin-top: -350px;
|
||||
}
|
||||
.contact-offical .content .content-view .content-img {
|
||||
margin-top: 20px;
|
||||
height: 192px;
|
||||
width: 192px;
|
||||
}
|
||||
.contact-offical .content .content-view .wechat-num {
|
||||
line-height: 45px;
|
||||
}
|
||||
.contact-offical .content .content-view .copy-btn {
|
||||
background: linear-gradient(180deg, #355883 0%, #254062 100%);
|
||||
width: 230px;
|
||||
height: 50px;
|
||||
border-radius: 50px;
|
||||
line-height: 49px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.contact-offical .content .content-view .contact-btn {
|
||||
width: 300rpx;
|
||||
height: 60rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.contact-offical .content .phone-btn {
|
||||
background: linear-gradient(180deg, #355883 0%, #254062 100%);
|
||||
height: 24px;
|
||||
width: 60px;
|
||||
line-height: 33px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
.contact-offical .content .copy-phone-btn {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
height: 24px;
|
||||
width: 60px;
|
||||
line-height: 33px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "优惠券",
|
||||
"usingComponents": {
|
||||
"u-tabs": "/components/uview-ui/components/u-tabs/u-tabs",
|
||||
"u-image": "/components/uview-ui/components/u-image/u-image",
|
||||
"price-format": "/components/price-format/price-format",
|
||||
"u-button": "/components/uview-ui/components/u-button/u-button"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="coupon"><view><u-tabs vue-id="d58401fe-1" list="{{tab}}" is-scroll="{{false}}" current="{{current}}" active-color="{{themeColor}}" height="96" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" bind:__l="__l"></u-tabs></view><mescroll-body class="vue-ref" vue-id="d58401fe-2" up="{{upOption}}" data-ref="mescroll" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:init="__e" bind:down="__e" bind:up="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{current===0}}"><view class="u-relative"><view class="package u-text-center u-p-t-22 u-p-b-28"><view class="bold-500">超级省钱券包</view><view>超值权益一单回本</view></view><view class="list u-absolute left-0 right-0"><view class="block br20"><view class="row-between"><view><view class="row"><u-image vue-id="{{('d58401fe-3')+','+('d58401fe-2')}}" src="{{cloudPath+'img/icon_package1.png'}}" width="34" height="28" bind:__l="__l"></u-image><view class="text-333 u-m-l-10 nr">券包</view></view><view class="text-755023 xs u-m-t-10"><text>2元最低可抵111元/共<text class="primary">1</text>张券</text></view></view><view class="u-relative"><u-image vue-id="{{('d58401fe-4')+','+('d58401fe-2')}}" src="{{cloudPath+'img/icon_package2.png'}}" width="220" height="60" bind:__l="__l"></u-image><view class="text-755023 u-absolute price xs">¥2.00</view></view></view><view class="coupon-bg u-m-t-32"><view class="xxs u-text-center u-p-t-4 text-845F2E">满减券x1</view><view class="bold-600 u-text-center u-p-t-26"><price-format vue-id="{{('d58401fe-5')+','+('d58401fe-2')}}" color="#FF0000" price="{{121.99}}" subscriptSize="{{32}}" firstSize="{{52}}" secondSize="{{52}}" bind:__l="__l"></price-format></view><view class="text-D8A658 u-text-center u-p-t-32">满11元可用</view></view></view></view></view></block><block wx:if="{{current===1}}"><view class="coupon-list u-m-t-12"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="coupon-list-bg row-between"><view class="row-start row-column u-row-center u-text-center"><view><price-format vue-id="{{('d58401fe-6-'+index)+','+('d58401fe-2')}}" color="{{themeColor}}" price="{{item.money}}" subscriptSize="{{40}}" firstSize="{{72}}" secondSize="{{72}}" bind:__l="__l"></price-format></view><view class="full">{{item.use_condition}}</view></view><view class="flex1 u-m-l-80 row-between"><view><view class="coupon-text bold-600">优惠券</view><view class="xs u-m-t-20 date">{{"有效期 "+item.use_time_tips+"天"}}</view></view><view><u-button vue-id="{{('d58401fe-7-'+index)+','+('d58401fe-2')}}" hover-class="none" customStyle="{{({width:'160rpx',height:'56rpx',backgroundColor:themeColor,color:'#fff',border:'none',borderRadius:'100rpx',fontSize:'24rpx'})}}" hair-line="{{false}}" data-event-opts="{{[['^click',[['mpLogin']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即兑换</u-button></view></view></view></block></view></block></mescroll-body></view>
|
||||
@ -1,86 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
.text-755023 {
|
||||
color: #755023;
|
||||
}
|
||||
.text-845F2E {
|
||||
color: #845F2E;
|
||||
}
|
||||
.text-D8A658 {
|
||||
color: #D8A658;
|
||||
}
|
||||
.coupon .package {
|
||||
background-color: #2D2622;
|
||||
height: 180rpx;
|
||||
}
|
||||
.coupon .package > view:first-child {
|
||||
font-size: 64rpx;
|
||||
background: linear-gradient(90deg, #FDE0B4 0%, #FFC07F 100%);
|
||||
letter-spacing: 1px;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
.coupon .package > view:last-child {
|
||||
font-size: 30rpx;
|
||||
background: linear-gradient(270deg, #FDE0B4 0%, #FFC07F 100%);
|
||||
letter-spacing: 1px;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
.coupon .list {
|
||||
background-color: #F6F6F6;
|
||||
border-top-left-radius: 24rpx;
|
||||
border-top-right-radius: 24rpx;
|
||||
top: 160rpx;
|
||||
padding: 30rpx 24rpx;
|
||||
}
|
||||
.coupon .list .block {
|
||||
height: 386rpx;
|
||||
background: #FBE9CC;
|
||||
border: 2rpx solid #E0B66C;
|
||||
padding: 24rpx 36rpx 24rpx;
|
||||
}
|
||||
.coupon .list .block .price {
|
||||
left: 22rpx;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.coupon .list .block .coupon-bg {
|
||||
width: 207rpx;
|
||||
height: 196rpx;
|
||||
background: url(http://jianbing-media.stnav.com/frontend/img/icon_package3.png) no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.coupon .coupon-list .coupon-list-bg {
|
||||
height: 176rpx;
|
||||
background: url(http://jianbing-media.stnav.com/frontend/img/icon_coupon2.png) no-repeat;
|
||||
background-size: cover;
|
||||
margin: 0 32rpx 32rpx;
|
||||
padding: 0 32rpx;
|
||||
}
|
||||
.coupon .coupon-list .coupon-list-bg .full {
|
||||
font-size: 20rpx;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.coupon .coupon-list .coupon-list-bg .coupon-text {
|
||||
color: #1D2129;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
.coupon .coupon-list .coupon-list-bg .date {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "积分",
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"u-sticky": "/components/uview-ui/components/u-sticky/u-sticky",
|
||||
"u-navbar": "/components/uview-ui/components/u-navbar/u-navbar",
|
||||
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
|
||||
"loading-footer": "/components/loading-footer/loading-footer"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="index home-bg" style="{{$root.s0}}"><u-sticky vue-id="39aa39a1-1" offset-top="0" h5-nav-height="0" bg-color="transparent" enable="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-navbar vue-id="{{('39aa39a1-2')+','+('39aa39a1-1')}}" border-bottom="{{false}}" is-fixed="{{false}}" custom-class="home-bg" background="{{navBackground}}" is-back="{{true}}" backText="{{backText}}" title="{{title}}" title-color="#fff" backIconColor="#fff" bind:__l="__l"></u-navbar></u-sticky><view class="row-center balance u-relative" style="{{'padding-top:'+(topSpace+'px')+';'}}"><view class="u-text-center w-full"><view class="text-fff" style="font-size:96rpx;">{{userInfo.user_integral}}</view><view class="text-fff nr">积分</view></view><view class="u-absolute right-0"><navigator url="/bundle/pages/points/points_store" hover-class="none"><view class="excharge row-center text-default"><text class="xs">兑换商品</text><u-icon class="u-m-l-10" vue-id="39aa39a1-3" name="arrow-right" size="22" color="{{themeColor}}" bind:__l="__l"></u-icon></view></navigator></view></view><view class="u-p-b-40" style="margin-top:132rpx;"><view class="list bg-white br16 u-p-32"><view class="lg">积分明细</view><scroll-view style="height:880rpx;" scroll-y="true" refresher-enabled="{{true}}" refresher-triggered="{{isRefreshing}}" data-event-opts="{{[['refresherrefresh',[['refreshCallback',['$event']]]],['scrolltolower',[['upCallback',['$event']]]]]}}" bindrefresherrefresh="__e" bindscrolltolower="__e"><view class="u-m-t-16"><block wx:for="{{lists}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="u-m-b-16"><view class="nr row-between"><view>{{item.source_type}}</view><view class="deduct">{{item.change_amount}}</view></view><view class="date xs u-m-t-16">{{item.change_amount}}</view></view></block></view><loading-footer vue-id="39aa39a1-4" status="{{loadingStatus}}" bind:__l="__l"></loading-footer></scroll-view></view></view></view>
|
||||
@ -1,41 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
page {
|
||||
background-color: #fff;
|
||||
}
|
||||
.index {
|
||||
background-size: 100% auto;
|
||||
}
|
||||
.home-bg {
|
||||
background: url(http://jianbing-media.stnav.com/frontend/img/icon_recharge_bg.png) no-repeat;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
.list {
|
||||
margin: 22rpx 34rpx;
|
||||
height: 962rpx;
|
||||
box-shadow: 0rpx 6rpx 28rpx 4rpx rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.date {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.excharge {
|
||||
width: 180rpx;
|
||||
height: 56rpx;
|
||||
background-color: #DBE7F6;
|
||||
border-top-left-radius: 100rpx;
|
||||
border-bottom-left-radius: 100rpx;
|
||||
}
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "积分商城",
|
||||
"usingComponents": {
|
||||
"u-swiper": "/components/uview-ui/components/u-swiper/u-swiper",
|
||||
"u-button": "/components/uview-ui/components/u-button/u-button"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="points-shop u-relative"><view><u-swiper vue-id="04508b34-1" height="500" list="{{list}}" border-radius="0" bind:__l="__l"></u-swiper></view><view class="u-m-24"><view class="bg-white br24 set-menu"><view class="nr">煎饼果子套餐</view><view class="primary u-m-t-8">100.00积分+39.90元</view><view class="text-999 row-between u-m-t-8"><view>销量:973</view><view>库存:973</view></view></view></view><view class="bg-white fixed left-0 right-0 bottom-0 u-m-b-16 excharge"><u-button vue-id="04508b34-2" hover-class="none" customStyle="{{({height:'80rpx',backgroundColor:themeColor,color:'#fff',border:'none',borderRadius:'116rpx'})}}" hair-line="{{false}}" data-event-opts="{{[['^click',[['mpLogin']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即兑换</u-button></view></view>
|
||||
@ -1,23 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
.points-shop .set-menu {
|
||||
height: 177rpx;
|
||||
padding: 20rpx 24rpx;
|
||||
}
|
||||
.points-shop .excharge {
|
||||
padding: 16rpx 48rpx;
|
||||
}
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "积分商城",
|
||||
"usingComponents": {
|
||||
"u-tabs": "/components/uview-ui/components/u-tabs/u-tabs",
|
||||
"u-line": "/components/uview-ui/components/u-line/u-line",
|
||||
"u-image": "/components/uview-ui/components/u-image/u-image",
|
||||
"u-button": "/components/uview-ui/components/u-button/u-button"
|
||||
}
|
||||
}
|
||||
@ -1,36 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
page {
|
||||
background-color: #fff;
|
||||
}
|
||||
.points-store .bg {
|
||||
height: 420rpx;
|
||||
}
|
||||
.points-store .fraction {
|
||||
font-size: 64rpx;
|
||||
}
|
||||
.points-store .list {
|
||||
top: 186rpx;
|
||||
border-top-left-radius: 24rpx;
|
||||
border-top-right-radius: 24rpx;
|
||||
}
|
||||
.points-store .text-46 {
|
||||
color: #464646;
|
||||
}
|
||||
.points-store .text-7c {
|
||||
color: #7C7C7C;
|
||||
}
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
{
|
||||
"navigationBarTitleText": "设置",
|
||||
"usingComponents": {
|
||||
"u-cell-group": "/components/uview-ui/components/u-cell-group/u-cell-group",
|
||||
"u-cell-item": "/components/uview-ui/components/u-cell-item/u-cell-item",
|
||||
"u-modal": "/components/uview-ui/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view><u-cell-group vue-id="7385bc5f-1" border="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><u-cell-item vue-id="{{('7385bc5f-2')+','+('7385bc5f-1')}}" title="退出登录" hover-class="none" data-event-opts="{{[['^click',[['logout']]]]}}" bind:click="__e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('7385bc5f-3')+','+('7385bc5f-1')}}" title="收货地址" border-bottom="{{false}}" hover-class="none" data-event-opts="{{[['^click',[['toAddress']]]]}}" bind:click="__e" bind:__l="__l"></u-cell-item></u-cell-group><u-modal vue-id="7385bc5f-4" content="{{content}}" show-cancel-button="{{true}}" value="{{showLogout}}" data-event-opts="{{[['^confirm',[['confirmLogout']]],['^input',[['__set_model',['','showLogout','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" bind:__l="__l"></u-modal></view>
|
||||
@ -1,19 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
page {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user