Merge pull request '更换图片' (#41) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/41
@ -10,7 +10,7 @@
|
|||||||
<div class="head">
|
<div class="head">
|
||||||
<div style="flex-direction: row;align-items:center">
|
<div style="flex-direction: row;align-items:center">
|
||||||
<text class="title">全部商品</text>
|
<text class="title">全部商品</text>
|
||||||
<text class="num">2件</text>
|
<text class="num">{{list.length}}件</text>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="add">
|
<!-- <div class="add">
|
||||||
<text style="font-size:28rpx;color: #fff;text-align:center">添加/管理商品</text>
|
<text style="font-size:28rpx;color: #fff;text-align:center">添加/管理商品</text>
|
||||||
@ -59,12 +59,12 @@
|
|||||||
<text class="menutitle">直播工具</text>
|
<text class="menutitle">直播工具</text>
|
||||||
<view class="menutool">
|
<view class="menutool">
|
||||||
<view class="menutoolitem" @click="switchCamera">
|
<view class="menutoolitem" @click="switchCamera">
|
||||||
<image class="menutoolitemimg"></image>
|
<image src="../../static/images/fanzhuan.png" class="menutoolitemimg"></image>
|
||||||
<text class="menutoolitemtitle">翻转</text>
|
<text class="menutoolitemtitle">翻转</text>
|
||||||
</view>
|
</view>
|
||||||
<picker @change="bindPickerChange" :value="meiyan" :range="[1,2,3,4,5,6,7,8,9]">
|
<picker @change="bindPickerChange" :value="meiyan" :range="[1,2,3,4,5,6,7,8,9]">
|
||||||
<view class="menutoolitem">
|
<view class="menutoolitem">
|
||||||
<image class="menutoolitemimg"></image>
|
<image src="../../static/images/meiyan.png" class="menutoolitemimg"></image>
|
||||||
<text class="menutoolitemtitle">美颜</text>
|
<text class="menutoolitemtitle">美颜</text>
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
@ -630,6 +630,7 @@
|
|||||||
arr.push(this.list[i].goods_id)
|
arr.push(this.list[i].goods_id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(arr.join(','))
|
||||||
let that = this
|
let that = this
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/storeapi/Streaming/updateGoods",
|
url:"https://dmmall.sdbairui.com/storeapi/Streaming/updateGoods",
|
||||||
|
BIN
static/images/fanzhuan.png
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 6.6 KiB |
BIN
static/images/meiyan.png
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 8.0 KiB |