shish 2 лет назад
Родитель
Сommit
4d810c5a7f
2 измененных файлов с 11 добавлено и 3 удалено
  1. 2 1
      ghsApp/src/admin/ptItem/components/Item.vue
  2. 9 2
      ghsApp/src/admin/ptItem/itemList.vue

+ 2 - 1
ghsApp/src/admin/ptItem/components/Item.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="item-cmd_bx">
-		<view class="img_bx" style="background:#EEEEEE;z-index:99999;" @click="showBigCover(info.bigCover)">
+		<view class="img_bx" style="background:#EEEEEE;z-index:99;" @click="showBigCover(info.bigCover)">
 			<image :src="info.cover"></image>
 		</view>
 		<view class="cmd-info_bx">
@@ -109,6 +109,7 @@ export default {
 		image{
 			width: 100%;
 			height: 100%;
+			border-radius:10upx;
 		}
 	}
 	.cmd-info_bx {

+ 9 - 2
ghsApp/src/admin/ptItem/itemList.vue

@@ -1,7 +1,7 @@
 <template>
 <view class="app-content">
 	<view class="billing_box_bg">
-    <view class="input-wrap">
+    	<view class="input-wrap" style="position: fixed;z-index:99999;background-color: white;">
 			<view class="search-bar">
 				<app-search-module v-model="py" placeholder="搜索要找的花材" @input="searchFnContrapose"/>
 			</view>
@@ -9,6 +9,12 @@
 				<button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/item/add',type:2 })">添加新品种</button>
 			</view>
 		</view>
+		<view style="position:fixed;z-index:99999;text-align:center;top:90upx;background-color:white;width:100%;height:20upx;">
+			<view style="margin:0 auto;width:auto;">带
+			<image :src="`${constant.imgUrl}/icon/official8.png`" mode="widthFix" 
+				style="width:35upx;height:35upx;display:inline-block;"></image>
+				为平台认可品种,请优先采用,使用后可改图</view>
+		</view>
 		<view class="scroll-middle_bx">
 			<block v-if="!$util.isEmpty(globalClassItemListContrapose)">
 				<view scroll-y class="item_list_bx" style="width: 100%">
@@ -81,7 +87,7 @@ export default {
 	},
 	methods: {
 		modifyAuth(id){
-			this.$util.confirmModal({content:'修改?'},() => {
+			this.$util.confirmModal({content:'?'},() => {
 				changeAuth({id:id}).then(res=>{
 					if(res.code == 1){
 						this.$msg('success')
@@ -185,6 +191,7 @@ export default {
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
+		margin-top:120upx;
 	}
 	.tab-view {
 		height: 100%;