Handy_Cao 2 vuotta sitten
vanhempi
commit
099718fc3d
45 muutettua tiedostoa jossa 177 lisäystä ja 160 poistoa
  1. 3 3
      GuangZuan/miniprogram/mCircle/pages/contrast/index.wxml
  2. 3 3
      GuangZuan/miniprogram/mHome/pages/bond/detail/index.wxml
  3. 5 5
      GuangZuan/miniprogram/mHome/pages/bond/list/index.wxml
  4. 3 3
      GuangZuan/miniprogram/mHome/pages/bond/payment/index.wxml
  5. 3 3
      GuangZuan/miniprogram/mHome/pages/bond/prepayment/index.wxml
  6. 3 3
      GuangZuan/miniprogram/mHome/pages/calculator/index.wxml
  7. 3 3
      GuangZuan/miniprogram/mHome/pages/cerserach/index.wxml
  8. 3 3
      GuangZuan/miniprogram/mHome/pages/goodsdetail/index.wxml
  9. 3 3
      GuangZuan/miniprogram/mHome/pages/inspection/detail/index.wxml
  10. 6 6
      GuangZuan/miniprogram/mHome/pages/inspection/list/index.wxml
  11. 3 3
      GuangZuan/miniprogram/mHome/pages/inspection/payment/index.wxml
  12. 3 3
      GuangZuan/miniprogram/mHome/pages/inspection/prepayment/index.wxml
  13. 6 6
      GuangZuan/miniprogram/mHome/pages/jewelry/list/index.wxml
  14. 6 6
      GuangZuan/miniprogram/mHome/pages/msg/msgdetail/index.wxml
  15. 3 3
      GuangZuan/miniprogram/mHome/pages/msg/msglist/index.wxml
  16. 3 3
      GuangZuan/miniprogram/mHome/pages/search/index.wxml
  17. 3 3
      GuangZuan/miniprogram/mMine/pages/about/about/index.wxml
  18. 4 4
      GuangZuan/miniprogram/mMine/pages/address/list/index.wxml
  19. 4 4
      GuangZuan/miniprogram/mMine/pages/address/operate/index.wxml
  20. 8 1
      GuangZuan/miniprogram/mMine/pages/bank/index.less
  21. 5 5
      GuangZuan/miniprogram/mMine/pages/bank/index.wxml
  22. 3 3
      GuangZuan/miniprogram/mMine/pages/inoutgold/index.wxml
  23. 5 5
      GuangZuan/miniprogram/mMine/pages/invoice/list/index.wxml
  24. 9 9
      GuangZuan/miniprogram/mMine/pages/invoice/operate/index.wxml
  25. 3 3
      GuangZuan/miniprogram/mMine/pages/modifypwd/index.wxml
  26. 4 4
      GuangZuan/miniprogram/mMine/pages/myinventorys/list/index.wxml
  27. 4 4
      GuangZuan/miniprogram/mMine/pages/myorders/his/index.wxml
  28. 6 6
      GuangZuan/miniprogram/mMine/pages/myorders/list/index.wxml
  29. 4 4
      GuangZuan/miniprogram/mMine/pages/myorders/mydelistingapplydetail/index.wxml
  30. 3 3
      GuangZuan/miniprogram/mMine/pages/myperformance/breach/index.wxml
  31. 3 3
      GuangZuan/miniprogram/mMine/pages/myperformance/detail/index.wxml
  32. 4 4
      GuangZuan/miniprogram/mMine/pages/myperformance/his/index.wxml
  33. 6 6
      GuangZuan/miniprogram/mMine/pages/myperformance/list/index.wxml
  34. 3 3
      GuangZuan/miniprogram/mMine/pages/myperformance/modify/index.wxml
  35. 3 3
      GuangZuan/miniprogram/mTrade/pages/delistingsell/index.wxml
  36. 3 3
      GuangZuan/miniprogram/mTrade/pages/listingbuy/index.wxml
  37. 3 3
      GuangZuan/miniprogram/mTrade/pages/listingsell/index.wxml
  38. 3 3
      GuangZuan/miniprogram/mTrade/pages/orderdetail/index.wxml
  39. 8 2
      GuangZuan/miniprogram/pages/circle/index.less
  40. 1 1
      GuangZuan/miniprogram/pages/circle/index.ts
  41. 5 5
      GuangZuan/miniprogram/pages/circle/index.wxml
  42. 3 3
      GuangZuan/miniprogram/pages/forgetpwd/index.wxml
  43. 2 2
      GuangZuan/miniprogram/pages/home/index.wxml
  44. 1 1
      GuangZuan/miniprogram/pages/login/index.wxml
  45. 5 1
      GuangZuan/miniprogram/pages/trade/index.wxml

+ 3 - 3
GuangZuan/miniprogram/mCircle/pages/contrast/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">钻石比对</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">钻石比对</text>
   </van-nav-bar>
 
   <!-- 图片区域 -->

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/bond/detail/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">保税详情</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">保税详情</text>
   </van-nav-bar>
 
   <!-- 单据信息 --> 

+ 5 - 5
GuangZuan/miniprogram/mHome/pages/bond/list/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">保税服务</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">保税服务</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -44,8 +44,8 @@
     </view>
     <!-- 取消收藏 --> 
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen; color: white;" bindtap="onButtonPressed">详情</view>
-      <view wx:if="{{ bonds[idx].gzbsstatus === 5 }}" class="item confirmprepayment" id="confirmprepayment {{ idx }}" style="background-color: darkgreen; color: white;" bindtap="onButtonPressed">确认预付款</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8; color: white;" bindtap="onButtonPressed">详情</view>
+      <view wx:if="{{ bonds[idx].gzbsstatus === 5 }}" class="item confirmprepayment" id="confirmprepayment {{ idx }}" style="background-color: #F7A657; color: white;" bindtap="onButtonPressed">确认预付款</view>
       <view wx:if="{{ bonds[idx].gzbsstatus === 11 }}" class="item confirmpayment" id="confirmpayment {{ idx }}" style="background-color: maroon; color: white;" bindtap="onButtonPressed">确认付款</view>
     </view>
   </van-swipe-cell>

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/bond/payment/index.wxml

@@ -2,9 +2,9 @@
   <!-- top-view -->
   <view class="top-view">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">确认付款</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">确认付款</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/bond/prepayment/index.wxml

@@ -2,9 +2,9 @@
   <!-- top-view -->
   <view class="top-view">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">确认预付款</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">确认预付款</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/calculator/index.wxml

@@ -1,9 +1,9 @@
 <view class="container" style="position: relative; height: {{ windowHeight-safeBottom }}px;">
   <view class="top-view" style="position: sticky; top: 0; z-index: 999;">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">钻石价格计算器</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">钻石价格计算器</text>
     </van-nav-bar>
   </view>
   <!-- 形状 -->

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/cerserach/index.wxml

@@ -1,7 +1,7 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">钻石证书查询</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">钻石证书查询</text>
 </van-nav-bar>
 
 <!-- tabs -->

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/goodsdetail/index.wxml

@@ -1,9 +1,9 @@
 <view class="container">
   <view class="topView">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">商品详情</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">商品详情</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/inspection/detail/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">出境详情</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">出境详情</text>
   </van-nav-bar>
 
   <!-- 单据信息 -->

+ 6 - 6
GuangZuan/miniprogram/mHome/pages/inspection/list/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">出境检测</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">出境检测</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -38,11 +38,11 @@
     </view>
     <!-- 取消收藏 --> 
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen; color: white;" bindtap="onButtonPressed">详情</view>
-      <view class="item cancel" id="cancel {{ idx }}" style="background-color: rebeccapurple; color: white;" bindtap="onButtonPressed" wx:if="{{ (orders[idx].gzcjstatus === 1) || (orders[idx].gzcjstatus === 22) }}">撤销</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8; color: white;" bindtap="onButtonPressed">详情</view>
+      <view class="item cancel" id="cancel {{ idx }}" style="background-color: #F7A657; color: white;" bindtap="onButtonPressed" wx:if="{{ (orders[idx].gzcjstatus === 1) || (orders[idx].gzcjstatus === 22) }}">撤销</view>
       <view class="item confirmsend" id="confirmsend {{ idx }}" style="background-color: goldenrod; color: white;" bindtap="onButtonPressed" wx:if="{{ orders[idx].gzcjstatus === 2 }}">确认发货</view>
       <view class="item confirmresult" id="confirmresult {{ idx }}" style="background-color: forestgreen; color: white;" bindtap="onButtonPressed" wx:if="{{ orders[idx].gzcjstatus === 8 }}">确认检测结果</view>
-      <view class="item confirmprepayment" id="confirmprepayment {{ idx }}" style="background-color: darkgreen; color: white;" bindtap="onButtonPressed" wx:if="{{ orders[idx].gzcjstatus === 10 }}">确认预付款</view>
+      <view class="item confirmprepayment" id="confirmprepayment {{ idx }}" style="background-color: #6B3288; color: white;" bindtap="onButtonPressed" wx:if="{{ orders[idx].gzcjstatus === 10 }}">确认预付款</view>
       <view class="item confirmpayment" id="confirmpayment {{ idx }}" style="background-color: maroon; color: white;" bindtap="onButtonPressed" wx:if="{{ orders[idx].gzcjstatus === 13 }}">确认付款</view>
     </view>
   </van-swipe-cell>

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/inspection/payment/index.wxml

@@ -2,9 +2,9 @@
   <!-- top-view -->
   <view class="top-view">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">确认付款</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">确认付款</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/inspection/prepayment/index.wxml

@@ -2,9 +2,9 @@
   <!-- top-view -->
   <view class="top-view">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">确认预付款</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">确认预付款</text>
     </van-nav-bar>
   </view>
 

+ 6 - 6
GuangZuan/miniprogram/mHome/pages/jewelry/list/index.wxml

@@ -1,19 +1,19 @@
  <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">钻石首饰</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">钻石首饰</text>
   </van-nav-bar>
 
   <!-- 搜索视图 -->
-  <van-search model:value="{{result}}" use-action-slot background="#E6F1FF" shape="round" placeholder="搜索首饰" bind:change="onChange">
-    <view slot="action" bind:tap="onSearch" style="color: #333;">搜索</view>
+  <van-search model:value="{{result}}" use-action-slot background="#407DB8" shape="round" placeholder="搜索首饰" bind:change="onChange">
+    <view slot="action" bind:tap="onSearch" style="color: #fff;">搜索</view>
   </van-search> 
 </view>
 
 <!-- 商品卡片 -->
-<view class="goodscard" style="padding-bottom: {{safeBottom}}px;">
+<view class="goodscard" style="padding-bottom: {{ safeBottom }}px;">
   <view class="goodscard-item" wx:for="{{sellOrders}}" wx:for-item="itm" wx:for-index="idx" wx:key="idx" data-num="{{ idx }}" bindtap="onItemClick">
     <image class="goods-icon" mode="widthFix" src="https://img.yzcdn.cn/vant/cat.jpeg"></image>
     <text class="goods-title">{{itm.zsstyletypedisplay}}{{itm.totalqty}}ct{{itm.stonedesc}}</text>

+ 6 - 6
GuangZuan/miniprogram/mHome/pages/msg/msgdetail/index.wxml

@@ -1,12 +1,12 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">详情</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">详情</text>
 </van-nav-bar>
 
 <!-- title -->
-<text class="title">{{msg.title}}</text>
+<text class="title">{{ msg.title }}</text>
 <!-- date -->
-<text class="date">{{msg.scheduletime}}</text>
+<text class="date">{{ msg.scheduletime }}</text>
 <!-- content -->
-<text class="content">{{msg.content}}</text>
+<text class="content">{{ msg.content }}</text>

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/msg/msglist/index.wxml

@@ -1,7 +1,7 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">公告消息</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">公告消息</text>
 </van-nav-bar>
 
 <!-- tabs -->

+ 3 - 3
GuangZuan/miniprogram/mHome/pages/search/index.wxml

@@ -3,9 +3,9 @@
   <!-- TopView -->
   <view class="top-view">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">钻石搜索</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">钻石搜索</text>
     </van-nav-bar>
 
     <!-- tabs -->

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/about/about/index.wxml

@@ -1,9 +1,9 @@
 <!-- top-view -->
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">关于我们</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">关于我们</text>
   </van-nav-bar>
 </view>
 

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/address/list/index.wxml

@@ -1,7 +1,7 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">收货地址管理</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">收货地址管理</text>
 </van-nav-bar>
 
 <view class="container" style="padding-bottom: {{ safeBottom }}px;">
@@ -22,7 +22,7 @@
 
   <!--  底部视图  -->
   <view class="buttom_view">
-    <van-button id="new" round color="linear-gradient(to right, #FF7252, #55A154)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">新增收货地址</van-button>
+    <van-button id="new" round color="#407DB8" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">新增收货地址</van-button>
   </view>
 </view>
 

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/address/operate/index.wxml

@@ -1,7 +1,7 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">收货地址管理</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">收货地址管理</text>
 </van-nav-bar>
 
 <van-cell-group>
@@ -27,7 +27,7 @@
 
 <!--  底部视图  -->
 <view class="buttom_view">
-  <van-button round id = "confirm" color="linear-gradient(to right, #FF7252, #55A154)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">确定</van-button>
+  <van-button round id = "confirm" color="#407DB8" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">确定</van-button>
   <van-button wx:if="{{autoid != 0}}" id="delete" round color="linear-gradient(to right, #ed213a, #93291e)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">删除地址</van-button>
 </view>
 

+ 8 - 1
GuangZuan/miniprogram/mMine/pages/bank/index.less

@@ -1,8 +1,15 @@
 .button-view {
   margin: 20px;
   border-radius: 10px;
+  display: flex;
+  display: flex;
+  flex-direction: row;
+  justify-content: space-between;
+  align-content: center;
+  align-items: center;
 
-  .submit {
+  .submit, .cancel {
     margin-bottom: 10px;
+    width: 180px;
   }
 }

+ 5 - 5
GuangZuan/miniprogram/mMine/pages/bank/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;"> {{ bankAccountSign.cusbankid ? '修改签约账户' : '添加签约账户' }}</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;"> {{ bankAccountSign.cusbankid ? '修改签约账户' : '添加签约账户' }}</text>
   </van-nav-bar>
 </view>
 
@@ -23,8 +23,8 @@
 
 <!-- 按钮 -->
 <view class="button-view">
-  <van-button custom-class="submit" id="submit" round color="linear-gradient(to right, #4bb0ff, #6149f6)" block bind:click="onButtonPressed">{{ bankAccountSign.cusbankid ? '修改' : '添加'}}</van-button>
-  <van-button wx:if="{{ bankAccountSign.signstatus === 4 }}" custom-class="cancel" id="cancel" round color="linear-gradient(to right, #4bb0ff, #D91D34)" block bind:click="onButtonPressed">解约</van-button>
+  <van-button custom-class="submit" id="submit" round color="linear-gradient(to right, #4bb0ff, #6149f6)" bind:click="onButtonPressed">{{ bankAccountSign.cusbankid ? '修改' : '添加'}}</van-button>
+  <van-button wx:if="{{ bankAccountSign.signstatus === 4 }}" custom-class="cancel" id="cancel" round color="linear-gradient(to right, #4bb0ff, #D91D34)" bind:click="onButtonPressed">解约</van-button>
 </view>
 
 <!-- 选择开户行 -->

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/inoutgold/index.wxml

@@ -1,9 +1,9 @@
 
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">充值提现</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">充值提现</text>
   </van-nav-bar>
 
   <!-- tabs -->

+ 5 - 5
GuangZuan/miniprogram/mMine/pages/invoice/list/index.wxml

@@ -1,10 +1,10 @@
 
 <!-- 内容 -->
-<view class="container" style="padding-bottom: {{safeBottom}}px;">
+<view class="container" style="padding-bottom: {{ safeBottom }}px;">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">发票信息</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">发票信息</text>
   </van-nav-bar>
 
   <!-- 数据列表 -->
@@ -23,7 +23,7 @@
 
   <!--  底部视图  -->
   <view class="buttom_view">
-      <van-button id="new" round color="linear-gradient(to right, #FF7252, #55A154)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">新增发票</van-button>
+      <van-button id="new" round color="#407DB8" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">新增发票</van-button>
     </view>
 </view>
 

+ 9 - 9
GuangZuan/miniprogram/mMine/pages/invoice/operate/index.wxml

@@ -1,7 +1,7 @@
 <!-- 导航栏 -->
-<van-nav-bar custom-style="background-color: #fff">
-  <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-  <text slot="title" style="color: #333;">发票操作</text>
+<van-nav-bar custom-style="background-color: #407DB8">
+  <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+  <text slot="title" style="color: #fff;">发票操作</text>
 </van-nav-bar>
 
 <van-cell-group>
@@ -17,25 +17,25 @@
   <van-field model:value="{{ inname }}" adjust-position clearable label="发票抬头" placeholder="抬头名称" />
 
   <!-- 税号 --> 
-  <van-field wx:if="{{type != 1}}" model:value="{{ inno }}" adjust-position clearable label="税号" placeholder="纳税人识别号"/>
+  <van-field wx:if="{{ type != 1 }}" model:value="{{ inno }}" adjust-position clearable label="税号" placeholder="纳税人识别号"/>
 
   <!-- 开户银行 --> 
-  <van-field wx:if="{{type != 1}}" model:value="{{ bankname }}" adjust-position clearable label="开户银行" placeholder="选填"/>
+  <van-field wx:if="{{ type != 1 }}" model:value="{{ bankname }}" adjust-position clearable label="开户银行" placeholder="选填"/>
 
   <!-- 银行账号 --> 
-  <van-field wx:if="{{type != 1}}" model:value="{{ bankno }}" adjust-position type="number" clearable label="银行账号" placeholder="选填"/>
+  <van-field wx:if="{{ type != 1 }}" model:value="{{ bankno }}" adjust-position type="number" clearable label="银行账号" placeholder="选填"/>
 
   <!-- 企业地址 --> 
-  <van-field wx:if="{{type != 1}}" model:value="{{ inaddress }}" adjust-position clearable label="企业地址" placeholder="选填"/>
+  <van-field wx:if="{{ type != 1 }}" model:value="{{ inaddress }}" adjust-position clearable label="企业地址" placeholder="选填"/>
 
   <!-- 企业电话 --> 
-  <van-field wx:if="{{type != 1}}" model:value="{{ inmobile }}" type="number" adjust-position clearable autosize label="企业电话" placeholder="选填"/>
+  <van-field wx:if="{{ type != 1 }}" model:value="{{ inmobile }}" type="number" adjust-position clearable autosize label="企业电话" placeholder="选填"/>
 
 </van-cell-group>
 
 <!--  底部视图  -->
 <view class="buttom_view">
-  <van-button round id = "confirm" color="linear-gradient(to right, #FF7252, #55A154)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">确定</van-button>
+  <van-button round id = "confirm" color="#407DB8" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">确定</van-button>
   <van-button wx:if="{{autoid != 0}}" id="delete" round color="linear-gradient(to right, #ed213a, #93291e)" block style="width: 90%; padding-top: 5px; padding-top: 10px;" bind:click="onButtonPressed">删除</van-button>
 </view>
 

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/modifypwd/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">登录密码修改</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">登录密码修改</text>
   </van-nav-bar>
 </view>
 

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/myinventorys/list/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">我的库存</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">我的库存</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -37,7 +37,7 @@
     </view>
     <!-- 取消收藏 --> 
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{idx}}" style="background-color: yellowgreen; color: white;" bindtap="onButtonPressed">详情</view>
+      <view class="item detail" id="detail {{idx}}" style="background-color: #407DB8; color: white;" bindtap="onButtonPressed">详情</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/myorders/his/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">历史订单</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">历史订单</text>
   </van-nav-bar>
 
   <!-- 过滤条件 -->
@@ -40,7 +40,7 @@
       </view>
     </view>
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{idx}}" style="background-color: yellowgreen; color: white;" bindtap="onButtonPressed">详情</view>
+      <view class="item detail" id="detail {{idx}}" style="background-color: #407DB8; color: white;" bindtap="onButtonPressed">详情</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 6 - 6
GuangZuan/miniprogram/mMine/pages/myorders/list/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">我的订单</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">我的订单</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -50,9 +50,9 @@
       </view>
     </view>
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen; color: white;" bindtap="onButtonPressed">详情</view>
-      <view wx:if="{{ active === 0 }}" class="item shelves" id="shelves {{ idx }}" style="background-color: rebeccapurple; color: white;" bindtap="onButtonPressed">下架</view>
-      <view wx:if="{{ active === 1 || active === 3 }}" class="item cancel" id="cancel {{ idx }}" style="background-color: forestgreen; color: white;" bindtap="onButtonPressed">撤销</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8; color: white;" bindtap="onButtonPressed">详情</view>
+      <view wx:if="{{ active === 0 }}" class="item shelves" id="shelves {{ idx }}" style="background-color: #6B3288; color: white;" bindtap="onButtonPressed">下架</view>
+      <view wx:if="{{ active === 1 || active === 3 }}" class="item cancel" id="cancel {{ idx }}" style="background-color: #F7A657; color: white;" bindtap="onButtonPressed">撤销</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/myorders/mydelistingapplydetail/index.wxml

@@ -1,10 +1,10 @@
 <!--mMine/pages/myorders/MyDelistingApplyDetail/index.wxml-->
-<view class="container" style="padding-bottom: {{safeBottom}}px;">
+<view class="container" style="padding-bottom: {{ safeBottom }}px;">
   <view class="topView">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">{{ type === 1 ? '询价详情' : '询价消息' }}</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">{{ type === 1 ? '询价详情' : '询价消息' }}</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/myperformance/breach/index.wxml

@@ -1,9 +1,9 @@
 <view class="container">
   <view class="topView">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">违约申请</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">违约申请</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/myperformance/detail/index.wxml

@@ -1,9 +1,9 @@
 <view class="container">
   <view class="topView">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">履约详情</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">履约详情</text>
     </van-nav-bar>
   </view>
 

+ 4 - 4
GuangZuan/miniprogram/mMine/pages/myperformance/his/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">历史履约</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">历史履约</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -36,7 +36,7 @@
       </view>
     </view>
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{idx}}" style="background-color: yellowgreen;" bindtap="onButtonPressed">详情</view>
+      <view class="item detail" id="detail {{idx}}" style="background-color: #407DB8;" bindtap="onButtonPressed">详情</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 6 - 6
GuangZuan/miniprogram/mMine/pages/myperformance/list/index.wxml

@@ -1,8 +1,8 @@
 <view class="topView">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">我的履约</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">我的履约</text>
   </van-nav-bar>
 
   <!-- tabs -->
@@ -39,9 +39,9 @@
       </view>
     </view>
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen;" bindtap="onButtonPressed">详情</view>
-      <view class="item breach" id="breach {{ idx }}" style="background-color: red;" bindtap="onButtonPressed">违约</view>
-      <view class="item modify" id="modify {{ idx }}" style="background-color: olivedrab;" bindtap="onButtonPressed">修改</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8;" bindtap="onButtonPressed">详情</view>
+      <view class="item breach" id="breach {{ idx }}" style="background-color: #F7A657;" bindtap="onButtonPressed">违约</view>
+      <view class="item modify" id="modify {{ idx }}" style="background-color: #6B3288;" bindtap="onButtonPressed">修改</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 3 - 3
GuangZuan/miniprogram/mMine/pages/myperformance/modify/index.wxml

@@ -1,9 +1,9 @@
 <view class="container">
   <!-- 导航栏 -->
   <view class="topView">
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">修改信息</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">修改信息</text>
     </van-nav-bar>
   </view>
 

+ 3 - 3
GuangZuan/miniprogram/mTrade/pages/delistingsell/index.wxml

@@ -1,8 +1,8 @@
 <view class="container">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">求购信息</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">求购信息</text>
   </van-nav-bar>
 
   <!-- 我的仓单 -->

+ 3 - 3
GuangZuan/miniprogram/mTrade/pages/listingbuy/index.wxml

@@ -2,9 +2,9 @@
 <view class="container" style="padding-bottom: {{ safeBottom }}px;">
   <view class="top-view" style="position: sticky; top: 0; z-index: 999;">
     <!-- 导航栏 -->
-    <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">我要求购</text>
+    <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">我要求购</text>
     </van-nav-bar>
 
     <!-- tabs -->

+ 3 - 3
GuangZuan/miniprogram/mTrade/pages/listingsell/index.wxml

@@ -2,9 +2,9 @@
   <!-- top-view --> 
   <view class="top-view" style="position: sticky; top: 0; z-index: 999;">
    <!-- 导航栏 -->
-   <van-nav-bar custom-style="background-color: #fff">
-      <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-      <text slot="title" style="color: #333;">我要出售</text>
+   <van-nav-bar custom-style="background-color: #407DB8">
+      <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+      <text slot="title" style="color: #fff;">我要出售</text>
     </van-nav-bar>
 
     <!-- tabs -->

+ 3 - 3
GuangZuan/miniprogram/mTrade/pages/orderdetail/index.wxml

@@ -1,8 +1,8 @@
 <view class="container">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">求购信息</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">求购信息</text>
   </van-nav-bar>
 
   <!-- 卖家信息 -->

+ 8 - 2
GuangZuan/miniprogram/pages/circle/index.less

@@ -84,8 +84,8 @@
     height: 25px;
 
     text {
-      color: #4D565D;
-      font-size: 13px;
+      color: #000000;
+      font-size: 14px;
       /*超出隐藏*/
       overflow: hidden;
         /*溢出不换行*/
@@ -120,6 +120,12 @@
       width: 30%;
     }
   }
+
+  .item-view-dwn {
+    text:nth-last-child(1) {
+      color: #F55656;
+    }
+  }
 }
 
 /* 选中时添加这个 样式 */

+ 1 - 1
GuangZuan/miniprogram/pages/circle/index.ts

@@ -165,7 +165,7 @@ Page({
                               isnullstr(obj.zssymmetrytype1display)+' | '+
                               isnullstr(obj.zspolishtype1display)+' | '+
                               isnullstr(obj.zsfluorescencetype1display),
-                            obj.zscurrencytypedisplayunit+obj.price]}
+                            obj.zscurrencytypedisplayunit+obj.price.toFixed(2)]}
               })
             })
           })

+ 5 - 5
GuangZuan/miniprogram/pages/circle/index.wxml

@@ -24,21 +24,21 @@
 <!-- 内容滚动视图 --> 
 <scroll-view class="content-view" style="background-color: #f0f0f0;">
   <!-- 出售大厅数据 --> 
-  <van-swipe-cell wx:for="{{ values }}" wx:for-item="itm" wx:for-index="idx" wx:key="idx" id="{{idx}}" right-width="{{ width }}" bind:click="onSelectItem">
+  <van-swipe-cell wx:for="{{ values }}" wx:for-item="itm" wx:for-index="idx" wx:key="idx" id="{{ idx }}" right-width="{{ width }}" bind:click="onSelectItem">
     <view class="item-view {{ favorites[idx].isChecked ? 'active' : ''}}">
       <view class="item-view-up">
-        <text wx:for="{{ itm.up }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{data}}</text>
+        <text wx:for="{{ itm.up }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{ data }}</text>
       </view>
       <view class="item-view-mid">
-        <text wx:for="{{ itm.mid }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{data}}</text>
+        <text wx:for="{{ itm.mid }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{ data }}</text>
       </view>
       <view class="item-view-dwn" wx:if="{{ itm.dwn.length != 0 }}">
-        <text wx:for="{{ itm.dwn }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{data}}</text>
+        <text wx:for="{{ itm.dwn }}" wx:for-item="data" wx:for-index="idx" wx:key="idx">{{ data }}</text>
       </view>
     </view>
     <!-- 取消收藏 --> 
     <view slot="right" class="van-swipe-cell__right">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen; color: white;" bindtap="onCancelFavorite">取消</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8; color: white;" bindtap="onCancelFavorite">取消</view>
     </view>
   </van-swipe-cell>
 </scroll-view>

+ 3 - 3
GuangZuan/miniprogram/pages/forgetpwd/index.wxml

@@ -1,8 +1,8 @@
 <view class="top-view">
   <!-- 导航栏 -->
-  <van-nav-bar custom-style="background-color: #fff">
-    <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
-    <text slot="title" style="color: #333;">忘记密码</text>
+  <van-nav-bar custom-style="background-color: #407DB8">
+    <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
+    <text slot="title" style="color: #fff;">忘记密码</text>
   </van-nav-bar>
 </view>
 

+ 2 - 2
GuangZuan/miniprogram/pages/home/index.wxml

@@ -8,9 +8,9 @@
 
 <scroll-view style="padding-bottom: 80px; background-color: #f0f0f0;" scroll-y>
   <!-- banner视图 -->
-  <view class="banner-bg" style="background-image: url('../../images/home_banner_bg.png'); background-size: 100% 100%;">
+  <view class="banner-bg" style="background-image: url('http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/home_banner_bg.png'); background-size: 100% 100%;">
     <view class="banner-bg__top" style="padding: 5px 0px;">
-      <image style="width: 50%;" mode="widthFix" src="../../images/home_logo.png">logo</image>
+      <image style="width: 40%;" mode="widthFix" src="../../images/home_logo.png">logo</image>
     </view>
     <!-- banner轮播图 -->
     <swiper class="banner" wx:if="{{ banners.count != 0 }}" indicator-active-color="orange" indicator-dots autoplay interval="5000" circular>

+ 1 - 1
GuangZuan/miniprogram/pages/login/index.wxml

@@ -16,7 +16,7 @@
 <van-button loading="{{ isLoding }}" round color="#407DB8" block style="width: 90%; padding-top: 5px;" loading-text="登录中..." bind:click="onLogin">登录</van-button>
 
 <!--  版权信息  -->
-<van-divider contentPosition="center" textColor="#407DB8" style="position: absolute; bottom: {{ safeBottom+20 }}px;" customStyle="color: #1989fa; border-color: #1989fa; font-size: 10px;">Copyright 2022 GuangZuan. ALL Right Reserved.版本号V{{ version }}
+<van-divider contentPosition="center" style="position: absolute; bottom: {{ safeBottom+20 }}px;" customStyle="color: #407DB8; font-size: 10px;">Copyright 2022-2023 GuangZuan. ALL Right Reserved.版本号V{{ version }}
 </van-divider>
 
 <!-- toast -->

+ 5 - 1
GuangZuan/miniprogram/pages/trade/index.wxml

@@ -58,6 +58,10 @@
           <van-icon name="star" color="#407DB8"></van-icon>
           <text>已收藏</text>
         </view>
+        <view class="vanSwipeCell-item__mid__right" id="delisting {{ idx }}" wx:if="{{ active === 1 }}" bindtap="onButtonPressed">
+          <van-icon name="fire-o" color="#407DB8"></van-icon>
+          <text>去摘牌</text>
+        </view>
       </view>
       <view class="vanSwipeCell-item__dwn">
         <text>{{ active === 0 ? itm.sellusername : itm.buyusername }}</text>
@@ -66,7 +70,7 @@
     </view>
     <!-- 左滑按钮 -->
     <view slot="right" class="vanSwipeCell-right ">
-      <view class="item detail" id="detail {{ idx }}" style="background-color: yellowgreen;" bindtap="onButtonPressed">详情</view>
+      <view class="item detail" id="detail {{ idx }}" style="background-color: #407DB8;" bindtap="onButtonPressed">详情</view>
     </view>
   </van-swipe-cell>