Commit d6144cfc authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 7f3ea8df
......@@ -147,7 +147,7 @@ export default {
Object.assign(header, {
// token: app.globalData.token,
token: '2EC2B65B461AFEAB9B9CD8B656432756483D433C42E9B84882577C78642C25CF5F433703067DF5142735505C42F58997',
token: '393068DF9283B935CC4C37D9ABEF88F39D63941D16243ACA30B04FE7A3F7F2EB5F433703067DF5142735505C42F58997',
pkgName: app.globalData.pkgName
})
......
<template>
<view class="body">
<view
:style="'display: flex;flex-direction: row;align-items: center;margin: 20rpx;padding-left: 10rpx;margin-top:'+statusBarHeight+'px;'">
:style="'display: flex;flex-direction: row;align-items: center;margin: 20rpx;padding-left: 10rpx;margin-top:'+20+'rpx;'">
<image class="avatar" src="@/static/logo-about.png"></image>
<view>
<view style="font-size: 26rpx;color: black;margin-left: 20rpx;">用户ID:{{userBean.idcode}}</view>
......@@ -94,8 +94,8 @@
});
},
handlePayRecord() {
// navigateTo(`/pagesD/payRecord/payRecord`)
navigateTo(`/pagesC/scan/scan`)
navigateTo(`/pagesD/payRecord/payRecord`)
// navigateTo(`/pagesC/scan/scan`)
},
handleVipPay() {
navigateTo(`/pagesA/vipPay/vipPay`)
......
<template>
<view class="body">
<status-title :showBack="true" icon-color="white" font-color="white">会员界面</status-title>
<!-- <status-title :showBack="true" icon-color="white" font-color="white">会员界面</status-title> -->
<scroll-view scroll-y style="height: 100%;">
<image style="width: 100%;" src="@/static/bg_vip_2.png" mode="widthFix" />
......
<template>
<view class="body" :style='{width:windowWidth+"px",height:windowHeight+"px"}'>
<status-title :showBack="true" iconColor="black">识别结果</status-title>
<!-- <status-title :showBack="true" iconColor="black">识别结果</status-title> -->
<view style="display: flex;flex-direction: column;height: 100%;">
<view style="height: 40%;">
<image mode="heightFix" style="height: 100%;" src="../../static/bg_vip_0.png" />
......
<template>
<view class="body">
<status-title :showBack="true">我的订单</status-title>
<!-- <status-title :showBack="true">我的订单</status-title> -->
<z-paging class="flex-1" ref="paging" v-model="dataList" @query="queryList">
<view v-for="(item, i) in dataList" :key="i">
<view style="display: flex;flex-direction: row;justify-content:space-between;margin: 20rpx;background-color:white;border-radius:10rpx;padding: 20rpx;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment