Browse Source

页面修改

feature-1.0
helming 3 years ago
parent
commit
0182e0f945
  1. 4
      main.js
  2. 2
      pages/index/material/material.vue

4
main.js

@ -3,9 +3,9 @@ import store from './store/'
//配置公共方法(防止重复提交)
import common from './utils/common.js'
const baseURL = 'http://localhost:7010'
// const baseURL = 'http://localhost:7010'
//const baseURL = 'http://81.69.47.31:7010'
// const baseURL = 'http://bnyer.vaiwan.com'
const baseURL = 'https://service.bnyer.cn'
// const baseURL = 'http://x9uf7k.natappfree.cc'

2
pages/index/material/material.vue

@ -25,7 +25,7 @@
:active-color="activeColor" @clickItem="onClickType" />-->
<view class="choiceness-list">
<view class="images-box">
<image v-for="(item,index) in creatorImgList" :key='index' class="img-box"
<image lazy-load v-for="(item,index) in creatorImgList" :key='index' class="img-box"
:class="[1, 2, 5, 6].includes(item.typeId) ? 'img-2x2' : [4].includes(item.typeId) ? 'img-1x1' : 'img-2x3'"
:src="item.imgUrl"
@click="targetDetail(item)"

Loading…
Cancel
Save