|
@@ -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">
|