zhanghui преди 1 година
родител
ревизия
0579d37dda
променени са 2 файла, в които са добавени 7 реда и са изтрити 7 реда
  1. 3 2
      pages/groupbuying/publish_group/index.vue
  2. 4 5
      pages/user/index.vue

+ 3 - 2
pages/groupbuying/publish_group/index.vue

@@ -67,8 +67,9 @@
 								</view>
 								<view class="all-products-item-content-b">
 									<view class="" style="display:flex; flex-grow: 1;">
-										<text class="red "> ¥</text>
-										<input class="red redInput " type="digit" v-model="itemn.salePrice" />
+										<text class="red "> ¥{{itemn.salePrice}}</text>
+
+<!--										<input class="red redInput " type="digit" v-model="itemn.salePrice" />-->
 									</view>
 
 									<view @click="delItem(itemn,indexn)" class="count">

+ 4 - 5
pages/user/index.vue

@@ -7,10 +7,10 @@
 				<view class="bg"></view>
 			</view>
 		</view>
-		<view class="mid" style="flex:1;overflow: hidden;padding: 30rpx;padding-top: 0; background: rgb(249,249,249);">
+		<view class="mid" style="flex:1;overflow: hidden; background: rgb(249,249,249);">
 			<scroll-view scroll-y="true" style="height: 100%;">
 
-				<view class="head" v-if="currentRole === 'leader'">
+				<view class="head" v-if="currentRole === 'leader'"  style="padding: 30rpx;padding-top: 0;">
 					<view class="user-card" :class="member_style == 3 ? 'unBg' : ''">
 						<view class="bg"></view>
 						<view class="user-info">
@@ -204,7 +204,7 @@
 					</view>
 				</view>
 
-				<view class="head" v-if="currentRole === 'employees'">
+				<view class="head" v-if="currentRole === 'employees'" style="padding: 30rpx;padding-top: 0;">
 					<view class="user-card" :class="member_style == 3 ? 'unBg' : ''">
 						<view class="bg"></view>
 						<view class="user-info">
@@ -390,11 +390,10 @@
 							退出登录
 						</button>
 					</view>
-					<my-swiper :type=4></my-swiper>
 
 				</view>
 
-
+				<my-swiper :type=4></my-swiper>
 			</scroll-view>
 		</view>