hmp 4 سال پیش
والد
کامیت
11b4cbd2ea
4فایلهای تغییر یافته به همراه14 افزوده شده و 3 حذف شده
  1. 11 0
      pages/bill/bill.vue
  2. 1 1
      pages/publish/detail.vue
  3. 1 1
      pages/publish/publish.vue
  4. 1 1
      pages/shop-info/shop-info.vue

+ 11 - 0
pages/bill/bill.vue

@@ -55,6 +55,17 @@
 					<text>价值</text>
 				</view>
 			</view>
+			<view v-if="current==1" style="display: flex;">
+				<view class="area1 area-padding " style="padding-left: 40rpx;">
+					<text>积分来源</text>
+				</view>
+				<view class="area2 area-padding">
+					<text>积分</text>
+				</view>
+				<view class="area3 area-padding u-text-right u-p-r-20">
+					<text>价值</text>
+				</view>
+			</view>
 			<mescroll-body :height="height" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
 				:down="downOption" :up="upOption">
 				<view @click="$jump('/pages/bill/billDetail?billDetail='+JSON.stringify(item)+'&current='+current)"

+ 1 - 1
pages/publish/detail.vue

@@ -73,7 +73,7 @@
 				<view class="flex " style="width: 90%;">
 					<view class="data" v-for="(item,index) in detail.activityJoinRecords" :key="index">
 						<view class="item">
-							<image :src="item.joinPic" mode=""></image>
+							<image style="border-radius: 50%;" :src="item.joinPic" mode=""></image>
 							<view>
 								<text>{{item.joinName | ellipsis}}</text>
 								<text>{{item.finalSupplyPrice}}折</text>

+ 1 - 1
pages/publish/publish.vue

@@ -89,7 +89,7 @@
 				</view>
 				<view class="text-center margin-top-20">
 					<text>提交即表示同意</text>
-					<text style="color: #ff9447;" @click="protocol">《商家活动工具活动发布规则》</text>
+					<text style="color: #ff9447;" @click="protocol">《联兑通商家联营协议》</text>
 				</view>
 			</view>
 		</view>

+ 1 - 1
pages/shop-info/shop-info.vue

@@ -304,7 +304,7 @@
 				//公司总类
 				checkboxShow: false,
 				checkboxList: [],
-				step: 3,
+				step: 1,
 				//编辑还是修改
 				isEdit:false
 			}