Commit b7560f65 by hank

fix bug

parent 22b24646
......@@ -26,7 +26,7 @@
<div class="shareBox" v-show="shareOnoff" @click="closeShare">
<p>点击右上角“···”进行分享</p>
</div>
<div class="shareBox shareBox2" v-show="shareOnoff2" @click="closeShare">
<div class="shareBox shareBox2" ref="mybox" v-show="shareOnoff2" @click="closeShare">
<img :src="shareCode" class="share-img" alt="" >
<div class="share-tips" v-show="shareCode">长按图片保存到相册,分享到朋友圈</div>
</div>
......@@ -93,8 +93,9 @@ export default {
},
mounted() {
// this.getWeixinPower1();
this.$refs.mybox.addEventListener('touchmove', function (e) {
e.preventDefault();
}, false)
if (location.href.includes('shareId')) {
function pushHistory() {
var state = {
......

189 KB | W: | H:

249 KB | W: | H:

src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
  • 2-up
  • Swipe
  • Onion skin
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 sign in to comment