修改删除图标

h5
wangdong 9 months ago
parent 4fc3baed8c
commit 2c1f60cca1
  1. 3
      main.js
  2. 2
      pages/squareDynamic/index.vue
  3. BIN
      static/trash.png

@ -4,7 +4,6 @@ import store from './store'
import bootstrap from './core/bootstrap'
import mixin from './core/mixins/app'
import uView from './uni_modules/vk-uview-ui'
import UniIcons from './uni_modules/uni-icons/components/uni-icons/uni-icons.vue'
import { navTo, showToast, showSuccess, showError, getShareUrlParams, checkModuleKey, checkModules } from './core/app'
import Config from '@/core/config'
@ -26,8 +25,6 @@ export function createApp() {
console.log(wx.getExtConfigSync())
// 使用 uView UI
app.use(uView)
app.use(UniIcons);
// 全局mixin
app.mixin(mixin)

@ -42,7 +42,7 @@
<view>复制文案</view>
</view>
<view class="btn" v-if="userInfo.user_type == 40" @click="handleDelete(item)">
<uni-icons type="trash" size="40" color="#ccc" class="delete" @click="back"></uni-icons>
<image src="/static/trash.png" mode="aspectFill"></image>
<view>删除文案</view>
</view>
<view class="btn" v-if="item.imgs && item.imgs.length > 0" @click="downloadMultipleImages(item.imgs)">

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Loading…
Cancel
Save