Explorar el Código

[兑换码][修改]:[修改返回按钮的样式]

tags/河北版C.8.1.01
meo hace 6 años
padre
commit
b9e0a0c543
Se han modificado 4 ficheros con 10 adiciones y 5 borrados
  1. +3
    -2
      pages/order/detail/index.wxss
  2. +2
    -0
      pages/orderquanma/index.js
  3. +3
    -2
      pages/orderquanma/index.json
  4. +2
    -1
      pages/orderquanma/index.wxml

+ 3
- 2
pages/order/detail/index.wxss Ver fichero

@@ -170,6 +170,7 @@ page {
background: #FFFFFF;
width: 100%;
margin-top: 20rpx;
padding-bottom: 20rpx;
}
.classifShop >view{
font-size: 28rpx;
@@ -179,7 +180,7 @@ page {
justify-content: space-between;
padding-left: 5%;
padding-right: 5%;
margin-bottom: 10rpx;
margin-bottom: 20rpx;
}
.classifShop >view:nth-child(1){
height: 88rpx!important;
@@ -510,7 +511,7 @@ radio {
border-radius: 61rpx;
}
.merchantImgUrl{
width: 120rpx;
width: 90rpx;
float: left;
border-radius: 10rpx;
z-index: 10;


+ 2
- 0
pages/orderquanma/index.js Ver fichero

@@ -1,4 +1,5 @@
// let util = require("../../utils/util");
const navigationBarHeight = (getApp().statusBarHeight + 44) + 'px'
let Http = require("../../utils/HttpBasics");
let config = require("../../config/config.js");
let app = getApp();
@@ -6,6 +7,7 @@ const imgurl = require("../../utils/imgurl");
const QR = require("../../utils/memberqrcode.js");
Page({
data: {
navigationBarHeight,
btomLineUrl: imgurl.btomLine.url,
topLineUrl: imgurl.topLine.url,
lineUrl: imgurl.line.url,


+ 3
- 2
pages/orderquanma/index.json Ver fichero

@@ -1,4 +1,5 @@
{
"navigationBarTitleText": "兑换码",
"navigationBarBackgroundColor": "#FD832D"
"usingComponents": {
"navbar": "../../../components/navbar/navbar"
}
}

+ 2
- 1
pages/orderquanma/index.wxml Ver fichero

@@ -1,4 +1,5 @@
<view class='couponBox'>
<navbar home back text="兑换码" background="#fff"></navbar>
<view class='couponBox' style="padding-top:{{navigationBarHeight}};margin-top:60rpx;">
<view class="couponbg">
<view class="title">{{title}}</view>
<!-- <view class="subtitle">{{subtitle}}</view> -->


Cargando…
Cancelar
Guardar