提交 7f0f1afc authored 作者: pengxiaohui's avatar pengxiaohui

修改留咨窗口二维码链接

上级 3835bcbe
...@@ -34,14 +34,13 @@ ...@@ -34,14 +34,13 @@
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>扫描关注微信公众号</h5> <h5>扫描关注微信公众号</h5>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/application/images/wx_code.jpg" /> <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/application/images/wx_code2.jpg" />
</div> </div>
</div> </div>
</transition> </transition>
</div> </div>
</template> </template>
<script> <script>
import cAction from '@action'
import { sendCode, checkCode, postNes } from '@/api/my' import { sendCode, checkCode, postNes } from '@/api/my'
const MOBILE_REG = /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/ const MOBILE_REG = /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/
export default { export default {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论