feat: 修改样式加打印
This commit is contained in:
@@ -780,6 +780,7 @@ export default {
|
|||||||
const { bizcode, data } = await signContract();
|
const { bizcode, data } = await signContract();
|
||||||
if (bizcode === 100) {
|
if (bizcode === 100) {
|
||||||
this.flowId = data.flowId;
|
this.flowId = data.flowId;
|
||||||
|
console.log("明天查找第一步", this.flowId);
|
||||||
|
|
||||||
if (this.flowId)
|
if (this.flowId)
|
||||||
// #ifdef APP-PLUS || WEB
|
// #ifdef APP-PLUS || WEB
|
||||||
@@ -820,6 +821,7 @@ export default {
|
|||||||
endPoint: "HTTP_SHORT_URL",
|
endPoint: "HTTP_SHORT_URL",
|
||||||
};
|
};
|
||||||
const { bizcode, data } = await getMiniProgramSignUrl(params);
|
const { bizcode, data } = await getMiniProgramSignUrl(params);
|
||||||
|
console.log("明天查找第二步", data);
|
||||||
if (bizcode === 100) {
|
if (bizcode === 100) {
|
||||||
console.log("跳转至腾讯电子签小程序的签署链接", data);
|
console.log("跳转至腾讯电子签小程序的签署链接", data);
|
||||||
this.openTencentESign(data.schemeUrl);
|
this.openTencentESign(data.schemeUrl);
|
||||||
@@ -840,6 +842,7 @@ export default {
|
|||||||
|
|
||||||
// 小程序签名
|
// 小程序签名
|
||||||
openTencentESign(signPath) {
|
openTencentESign(signPath) {
|
||||||
|
console.log("跳转至腾讯电子签小程序的签署链接", signPath);
|
||||||
// 这个链接需要后端调用腾讯电子签 API 获取
|
// 这个链接需要后端调用腾讯电子签 API 获取
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: "wxa023b292fd19d41d", // 腾讯电子签官方小程序的 appId
|
appId: "wxa023b292fd19d41d", // 腾讯电子签官方小程序的 appId
|
||||||
|
|||||||
@@ -339,7 +339,7 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 24rpx;
|
padding: 24rpx 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
.name-box {
|
.name-box {
|
||||||
|
|||||||
Reference in New Issue
Block a user