Commit 31cac892 by caoyanzhi

update: 微信图文升级

parent 91f78d26
......@@ -108,7 +108,7 @@
</el-dialog>
<preview :show.sync="previewShow" :imgTextList="imgTextList" :firstImgText="firstImgText"></preview>
<div class="btn-wrap_fixed" :class="{ on: asideShow }">
<el-button type="primary" v-if="$route.path == '/wechat/temp/imgtext'" @click="submit" :loading="subLoading">保 存</el-button>
<el-button type="primary" v-if="$route.path.indexOf('check-imgtext') <= 0" @click="submit" :loading="subLoading">保 存</el-button>
<el-button @click="previewShow = true">预 览</el-button>
<el-button @click="$router.go(-1)">返 回</el-button>
</div>
......
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