Commit 6a9c0de8 authored by guoyou's avatar guoyou

banner设置

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