Commit 490041f3 by caoyanzhi

update: 短信打开小程序

parent 5af7d937
......@@ -79,7 +79,7 @@
<el-dialog :visible.sync="reduceLink.show" title="压缩链接" width="798px" @closed="reduceLink.link = ''">
<el-form label-width="100px">
<el-form-item label="请输入网址:">
<dm-input type="textarea" :rows="4" v-model="reduceLink.link" :maxlength="200"></dm-input>
<dm-input type="textarea" :rows="4" v-model="reduceLink.link"></dm-input>
<p class="reduce-link-tip">如果链接只能在微信环境下打开,则浏览器会提示需要在微信下打开此链接,但是无法直接跳转到微信</p>
</el-form-item>
</el-form>
......
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