Browse Source

修复bug

学习?学个屁 3 days ago
parent
commit
1aae8440ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/index/toBeUsed/index.vue

+ 2 - 1
src/pages/index/toBeUsed/index.vue

@@ -508,6 +508,7 @@ const refundFromData = ref({
 	orderCode: '',
 	orderProInfoIds: '',
 	reason: '',
+	type:1
 })
 const refund_btn = async () => {
 	if (refundFromData.value.reason == '') {
@@ -1098,7 +1099,7 @@ const getSignUrl = (signFlowId: string) => {
 			display: flex;
 			align-items: center;
 			gap: 8rpx;
-
+			width: 280rpx;
 			&>text {
 				margin-bottom: 10rpx;
 			}