From 41d2fe31c18c0a82e0239035c2e50f10fa46c715 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 15:01:12 +0800
Subject: [PATCH] UI 绑卡,权收
---
pages/quanyi/index.vue | 30 +++++++++++++++++++-----------
1 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index b8af6f6..ddc5c26 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -6,10 +6,14 @@
async created() {
const _this = this;
await uni.request({
- url: _this.$webHost+'/api/v2/auth/ygxLogin?phone='+_this.$util.getUserInfo().phone,
+ url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone,
+ data:{
+ customerId: uni.getStorageSync('qxgLogin').customerId,
+ appId: uni.getStorageSync('qxgLogin').appId
+ },
success: function (res) {
- _this.ygxLogin = res.data.data;
- uni.setStorageSync('ygxLogin',_this.ygxLogin)
+ _this.qxgLogin = res.data.data;
+ uni.setStorageSync('qxgLogin',_this.qxgLogin)
uni.request({
url: _this.$webHost+'/api/v2/buryingPoint/record',
method:'PUT',
@@ -52,7 +56,7 @@
data() {
return {
- ygxLogin:{},
+ qxgLogin:{},
protocolChecked: [0],
isAgree: false,
tm: null,
@@ -117,12 +121,10 @@
</script>
<template>
- <view style="background-image: url('/static/imgs/QYBACKA.png');background-repeat: no-repeat;background-size: 100% 100%;background-color: #FFF4FA;">
+ <view class="box" style="">
<view class="head" style="position: relative">
- <view style="display: flex;justify-content: flex-start;z-index: 9">
- <view @tap="goHome" id="home" class="home acea-row row-center-wrapper iconfont icon-fanhui2 h5_back icon-shouye4" :style="{ height: '20rpx',lineHeight: '80rpx'}" ></view>
- </view>
+
<view style="margin-left: 20rpx;display: flex;justify-content: space-between;">
@@ -203,7 +205,7 @@
background: #999 !important;
}
.head{
- padding: 30rpx 10rpx 0 30rpx;
+ padding: 0rpx 10rpx 0 30rpx;
font-size: 32rpx;
color: #252938;
@@ -290,12 +292,18 @@
}
.back{
- background-image: url("/static/img/ba.png");
+ background-image: url("/static/imgs/ba.png");
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 22rpx 30rpx;
display: flex;
flex-direction: row;
}
-
+.box{
+ background-image: url('/static/imgs/QYBACKA.png');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ background-color: #FFF4FA;
+ min-height: 100vh;
+}
</style>
--
Gitblit v1.9.3