accountsOfficial.vue 205 B

1234567891011121314
  1. <template>
  2. <!-- 去往公众号 -->
  3. <view>
  4. <web-view :src="wholeShowListData.LinkWxExplain"></web-view>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {};
  11. },
  12. };
  13. </script>