|
@@ -132,11 +132,15 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
+ <lyg-popup @popupState="popupState" title="服务协议" protocolPath='/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/userAgreement.html'
|
|
|
|
+ policyPath='/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/screctAgreement.html' policyStorageKey="has_read_privacy"></lyg-popup>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import { formatDate } from '@/common/date.js';
|
|
import { formatDate } from '@/common/date.js';
|
|
|
|
+ import lyg_popup from '@/components/lyg-popup/lyg-popup.vue';
|
|
import dragButton from "@/components/drag-button/drag-button.vue";
|
|
import dragButton from "@/components/drag-button/drag-button.vue";
|
|
import swiperUp from "@/components/swiperup.vue";
|
|
import swiperUp from "@/components/swiperup.vue";
|
|
import {
|
|
import {
|
|
@@ -145,7 +149,8 @@
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
dragButton,
|
|
dragButton,
|
|
- swiperUp
|
|
|
|
|
|
+ swiperUp,
|
|
|
|
+ lyg_popup
|
|
},
|
|
},
|
|
name: "sale",
|
|
name: "sale",
|
|
data() {
|
|
data() {
|
|
@@ -214,6 +219,9 @@
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ popupState(state) {
|
|
|
|
+ console.log("popupState",state);
|
|
|
|
+ },
|
|
DotStyle(e) {
|
|
DotStyle(e) {
|
|
this.dotStyle = e.detail.value
|
|
this.dotStyle = e.detail.value
|
|
},
|
|
},
|