This commit is contained in:
lanzhihui 2024-10-18 15:30:55 +08:00
parent 2367995a9d
commit 470ceb3951
2 changed files with 6 additions and 7 deletions

View File

@ -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>

View File

@ -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',