Commit e3dbca09 authored by youjie's avatar youjie

no message

parent 3dda9086
......@@ -49,7 +49,7 @@
></el-color-picker>
<div style="margin-left: 5px; font-size: 23px;cursor: pointer;">
<i
v-if="index == 0"
v-if="TripMapList.length-1==index"
class="el-icon-circle-plus"
style="color: #E95252;"
@click="alterCity(x, index, 1)"
......@@ -68,7 +68,7 @@
<span class="MapImgButtom CancelMapImg" @click="Cancel">取消</span>
</div>
<div style="margin-left: 20px;">
<span class="MapImgButtom setMapImg" @click="getResultImg">生成图片</span>
<span class="MapImgButtom setMapImg" @click="setLoading=true,getResultImg">生成图片</span>
</div>
</div>
</div>
......@@ -216,7 +216,6 @@ export default {
},
// 导出地图片
getResultImg() {
this.setLoading = true
let that = this
var postJson = {
ConfigId: this.ConfigId,
......
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