Commit 6a9c0de8 authored by guoyou's avatar guoyou

banner设置

parent c637269b
......@@ -32,7 +32,7 @@
<img :src="scope.row.cover" style="width:100%;max-height:100px;">
</template>
</el-table-column>
<el-table-column align="center" label="跳转">
<el-table-column align="center" label="安卓跳转">
<template scope="scope">
<span>{{scope.row.url}}</span>
</template>
......@@ -41,6 +41,11 @@
<template scope="scope">
<span>{{scope.row.iosUrl}}</span>
</template>
</el-table-column>
<el-table-column align="center" label="小程序跳转">
<template scope="scope">
<span>{{scope.row.appletUrl}}</span>
</template>
</el-table-column>
<el-table-column align="center" width="150" label="操作">
<template scope="scope">
......@@ -93,12 +98,15 @@
<el-form-item>
建议尺寸:1080*630
</el-form-item>
<el-form-item label="跳转链接">
<el-form-item label="安卓跳转链接">
<el-input v-model="form.url" placeholder="请输入跳转链接"></el-input>
</el-form-item>
<el-form-item label="ios跳转链接">
<el-input v-model="form.iosUrl" placeholder="请输入ios跳转链接"></el-input>
</el-form-item>
<el-form-item label="小程序跳转链接">
<el-input v-model="form.appletUrl" placeholder="请输入ios跳转链接"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="cancelHandel">取 消</el-button>
......@@ -161,7 +169,8 @@
cover:"",
type: "0",
location: "0",
iosUrl:''
iosUrl:'',
appletUrl:''
},
listQuery: {
pageNo: 1,
......@@ -257,7 +266,8 @@
url:"",
type: "0",
location: "0",
iosUrl:''
iosUrl:'',
appletUrl:''
}
},
showImgDialog(drivingLicensePath) {
......
......@@ -358,9 +358,9 @@ export default {
} else {
if (data.data.localePrize != ''){
data.data.localePrize.forEach(element => {
// if (!element.goodsId) {
// element.goodsId = ''
// }
if (!element.goodsId) {
element.goodsId = ''
}
// if (!element.totalStock) {
// element.totalStock = ''
// }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment