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