Browse Source

fix fileterable of diehardfan's 频道

zhangyong/feature-20250815160302-金币优化
zhangrenyuan 2 months ago
parent
commit
b8d6a469b7
  1. 4
      .env.development
  2. 2
      src/views/consume/bean/dieHardFan.vue
  3. 2
      src/views/consume/gold/coinConsumeDetail.vue

4
.env.development

@ -1,4 +1,4 @@
# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# 测试环境 # 测试环境
# VITE_API_BASE='http://54.255.212.181:10704/' # VITE_API_BASE='http://54.255.212.181:10704/'
# 正式环境 # 正式环境
@ -13,4 +13,4 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# 本地 # 本地
#VITE_API_BASE='http://localhost:8081/' #VITE_API_BASE='http://localhost:8081/'
# sunjiabei # sunjiabei
VITE_API_BASE='http://192.168.0.115:8081/'
# VITE_API_BASE='http://192.168.0.115:8081/'

2
src/views/consume/bean/dieHardFan.vue

@ -480,7 +480,7 @@ const getTagText = (state) => {
</el-select> </el-select>
<el-text>频道</el-text> <el-text>频道</el-text>
<el-select v-model="beanConsumeFan.channel" placeholder="请选择频道" style="width: 200px" clearable filterable allow-create>
<el-select v-model="beanConsumeFan.channel" placeholder="请选择频道" style="width: 200px" clearable filterable >
<el-option v-for="(item, index) in channels" :key="index" :label="item" :value="item" /> <el-option v-for="(item, index) in channels" :key="index" :label="item" :value="item" />
</el-select> </el-select>
</el-col> </el-col>

2
src/views/consume/gold/coinConsumeDetail.vue

@ -564,7 +564,7 @@ const getMarket = async function () {
<el-text class="mx-1" size="large">商品名称</el-text> <el-text class="mx-1" size="large">商品名称</el-text>
<el-select v-model="consumeUser.goodsName" placeholder="请选择商品名称" style="width: 180px" clearable> <el-select v-model="consumeUser.goodsName" placeholder="请选择商品名称" style="width: 180px" clearable>
<!-- 修改 v-for 绑定逻辑 --> <!-- 修改 v-for 绑定逻辑 -->
<el-option v-for="(item, index) in goods" :key="item.id" :label="item.goodsname " :value="item.goodsname" />
<el-option v-for="(item, index) in goods" :key="index" :label="item " :value="item" />
</el-select> </el-select>
</div> </div>
</el-col> </el-col>

Loading…
Cancel
Save