Browse Source

分享组件

TANGSHIZHE 4 years ago
parent
commit
b610874abc

BIN
jydocs-mobile/src/assets/icon/close.png


BIN
jydocs-mobile/src/assets/icon/pengyouquan.png


BIN
jydocs-mobile/src/assets/icon/weixin.png


File diff suppressed because it is too large
+ 89 - 0
jydocs-mobile/src/components/SharePopup.vue


+ 8 - 3
jydocs-mobile/src/views/purchase/purchasesuccess.vue

@@ -27,6 +27,7 @@
             <div class="infor_value">6489798765465465</div>
             <div class="infor_value">6489798765465465</div>
           </div>
           </div>
         </div>
         </div>
+      <SharePopup></SharePopup>
       </div>
       </div>
     </div>
     </div>
     <div class="j-footer apply_footer">
     <div class="j-footer apply_footer">
@@ -39,9 +40,13 @@
 import { Component, Vue } from 'vue-property-decorator'
 import { Component, Vue } from 'vue-property-decorator'
 // import { mapState } from 'vuex'
 // import { mapState } from 'vuex'
 import { fen2Yuan } from '../../utils/globalFunctions'
 import { fen2Yuan } from '../../utils/globalFunctions'
+import SharePopup from '../..//components/SharePopup.vue'
 
 
 @Component({
 @Component({
   name: 'test',
   name: 'test',
+  components: {
+    SharePopup
+  },
   methods: {
   methods: {
     fen2Yuan
     fen2Yuan
   },
   },
@@ -63,9 +68,9 @@ export default class extends Vue {
   protected logout: any
   protected logout: any
 
 
   // 注销完成,返回我的页面
   // 注销完成,返回我的页面
-//   complete () {
-//     history.go(-history.length + 1)
-//   }
+  // complete () {
+  // history.go(-history.length + 1)
+  // }
 }
 }
 </script>
 </script>
 <style lang="scss">
 <style lang="scss">

Some files were not shown because too many files changed in this diff