update
This commit is contained in:
parent
2367995a9d
commit
470ceb3951
@ -25,7 +25,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view :class="{'~show':modalName=='Modal'}" class="~cu-modal ">
|
<view :class="{'~show':modalName=='Modal'}" class="~cu-modal ">
|
||||||
<view class="cu-dialog">
|
<view class="cu-dialog">
|
||||||
<view class="cu-bar bg-white justify-end">
|
<view class="~cu-bar ~bg-white justify-end">
|
||||||
<view class="~content">提示</view>
|
<view class="~content">提示</view>
|
||||||
<view class="action" bindtap="hideModal">
|
<view class="action" bindtap="hideModal">
|
||||||
<text class="cuIcon-close text-red"></text>
|
<text class="cuIcon-close text-red"></text>
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="myOrderList">
|
<view class="myOrderList">
|
||||||
<view style="background:#f8f8f8;height:{{windowHeight}}px;">
|
<view style="background:#f8f8f8;height:{{windowHeight}}px;">
|
||||||
<cuCustom isCustom="{{true}}">
|
<!-- <cuCustom :bgColor="bgOrder" isCustom="{{true}}">-->
|
||||||
<view slot="backText">返回</view>
|
<!-- <view slot="backText">返回</view>-->
|
||||||
<view slot="content">我的订单</view>
|
<!-- <view slot="content">我的订单</view>-->
|
||||||
</cuCustom>
|
<!-- </cuCustom>-->
|
||||||
|
|
||||||
<view style="height: {{currentTab != 0 ? 160 : 100}}rpx"></view>
|
<view style="height: {{currentTab != 0 ? 160 : 100}}rpx"></view>
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ wepy.page({
|
|||||||
floorstatus: false,
|
floorstatus: false,
|
||||||
vipTopHandle: -1,
|
vipTopHandle: -1,
|
||||||
system: '',
|
system: '',
|
||||||
bgVip: 'background: #333333;\ncolor: white'
|
bgOrder: 'background: #f8f8f8;\ncolor: white'
|
||||||
},
|
},
|
||||||
|
|
||||||
onShow () {
|
onShow () {
|
||||||
@ -390,7 +390,6 @@ page{
|
|||||||
<config>
|
<config>
|
||||||
{
|
{
|
||||||
navigationBarTitleText: '我的订单',
|
navigationBarTitleText: '我的订单',
|
||||||
navigationStyle: 'custom',
|
|
||||||
enablePullDownRefresh: false,
|
enablePullDownRefresh: false,
|
||||||
backgroundColorTop: '#f2f2f2',
|
backgroundColorTop: '#f2f2f2',
|
||||||
backgroundColorBottom: '#f2f2f2',
|
backgroundColorBottom: '#f2f2f2',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user