Bladeren bron

我的邀请修改

chengjunhui 1 maand geleden
bovenliggende
commit
cb1658d245
4 gewijzigde bestanden met toevoegingen van 71 en 2 verwijderingen
  1. 38 1
      expert/consult/consult.wxml
  2. 24 0
      expert/consult/consult.wxss
  3. 2 1
      pages/my/myInvite/myInvite.wxml
  4. 7 0
      pages/my/myInvite/myInvite.wxss

+ 38 - 1
expert/consult/consult.wxml

@@ -130,6 +130,7 @@
     </view>
     <view class="title1">请教流程</view>
     <view class="progress">
+      <!--
       <view class="progress-img">
         <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress1.png" class="img1" />
         <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progressright.png" class="right1" />
@@ -142,12 +143,48 @@
         <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress5.png" class="img5" />
       </view>
       <view class="progress-word">
-        <view style="">预约</view>
+        <view >预约</view>
         <view style="margin-left: 95rpx;">支付</view>
         <view style="margin-left: 94rpx;">行家接收</view>
         <view style="margin-left: 95rpx;">请教</view>
         <view style="margin-left: 94rpx;">评价</view>
       </view>
+      -->
+      <view class="progress-img">
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress1.png" class="img1" />
+          <view>预约</view>
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progressright.png" class="right" />
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress2.png" class="img2" />
+          <view>支付</view>
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progressright.png" class="right" />
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress3.png" class="img3" />
+          <view>行家接收</view>
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progressright.png" class="right" />
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress4.png" class="img4" />
+          <view>请教</view>
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progressright.png" class="right" />
+        </view>
+        <view class="step-box">
+          <image mode="aspectFill" src="{{appAssetsUrl2}}wjxy/progress5.png" class="img5" />
+          <view>评价</view>
+        </view>
+      </view>
+
     </view>
     <view class="tip">注意:行家6天未确认系统将自动取消订单</view>
   </view>

+ 24 - 0
expert/consult/consult.wxss

@@ -563,4 +563,28 @@ page {
 	font-weight: 400;
 	color: #ffffff;
 	border-radius: 28rpx;
+}
+
+.progress-img{
+	display: flex;
+	justify-content: space-between;
+}
+.progress-img .step-box {
+	flex-shrink: 0;
+	text-align: center;
+}
+.progress-img .step-box image{
+	flex-shrink: 0;
+	margin-left: 0;
+}
+.progress-img .step-box view{
+	font-size: 26rpx;
+	font-family: PingFang SC, PingFang SC-Regular;
+	font-weight: 400;
+	color: #333333;
+	margin-top: 11rpx;
+}
+.progress-img .step-box .right{
+	width: 35rpx;
+	height: 21rpx;
 }

+ 2 - 1
pages/my/myInvite/myInvite.wxml

@@ -5,7 +5,8 @@
       <text>展示时间:</text>
       <picker class="picker-box" bindchange="bindPickerChange" value="{{currentTab}}" range="{{array}}" range-key="label">
         <view class="picker">
-          {{array[currentTab].label}}
+          <text>{{array[currentTab].label}}</text>
+          <text class="iconfont1 icon-xiajiantou gray"></text>
         </view>
       </picker>
     </view>

+ 7 - 0
pages/my/myInvite/myInvite.wxss

@@ -95,4 +95,11 @@ page {
 .table .tbody .tbody-title {
   line-height: 80rpx;
   font-size: 22rpx;
+}
+.picker{
+  display: flex;
+  align-items: center;
+}
+.picker .iconfont1{
+  margin-left: 5rpx;
 }