提交 80ff5bfb 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 太保查用户信息[上线后撤回]

上级 e4cc6961
......@@ -128,7 +128,6 @@
</template>
</van-field>
</van-form>
<wx-open-launch-weapp
v-if="!(rightsNo || projectEquityNo === 'SZ202306011000938751')"
id="checkBtn"
......@@ -224,7 +223,7 @@
import { getBanner, getCardTypes } from '@/api/entitlement';
import {
createOrderSzV2,
queryUserInfo,
taiBaoUserInfo,
uploadPointData,
} from '@/api/question';
import { isWeixin } from '@/utils/index';
......@@ -343,8 +342,12 @@ export default {
// this.$loading.show();
this.getBanner(7, rightsNo || projectEquityNo);
this.loadCardTypes();
this.getUserInfo();
if (
this.projectEquityNo === 'TB202309151004000001' &&
this.externalOrderNo
) {
this.getTaiBaoUserInfo();
}
this.initInsurancePath();
this.$sendBuriedData(
......@@ -363,14 +366,8 @@ export default {
);
},
methods: {
getUserInfo() {
const params = {
projectEquityNo: this.projectEquityNo,
externalOrderNo: this.externalOrderNo,
rightsNo: this.rightsNo,
encryptedUserInfo: this.userInfo,
};
queryUserInfo(params)
getTaiBaoUserInfo() {
taiBaoUserInfo(this.externalOrderNo)
.then((res) => {
console.log('userinfo =>', res);
if (!res?.data) return;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册