|
|
@@ -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%;
|