Browse Source

修复bug

学习?学个屁 2 ngày trước cách đây
mục cha
commit
1aae8440ab
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
 			}