Commit c0f275b0d04ef2c71df1416f0a09ea68123c703e

Authored by zhiyangdu
1 parent 5afec5e3

分享传参27

src/pages/instantTea/instantTea.vue
... ... @@ -36,7 +36,7 @@
36 36 <!--头部返回和分享-->
37 37 <div v-show="isCNLive.value" :style="'top:'+ $parent.top.value + 'px'" class="top_box">
38 38 <img @click="$parent.back()" src="../../../static/img/back.jpg" alt=""/>
39   - <img @click="$parent.toShare('22','1')" src="../../../static/img/share.jpg" alt=""/>
  39 + <img @click="$parent.toShare('27','1')" src="../../../static/img/share.jpg" alt=""/>
40 40 </div>
41 41 </div>
42 42 </div>
... ...