3
0
Fork 0

fix(withDrawlDetail): 修复移除i18n导致的页面面展示异常问题

This commit is contained in:
appleyou 2025-04-15 13:56:04 +08:00
parent 8c27455ed4
commit e89e3ac5e8
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
<view class="line_content thesuccess" v-if="item.status==0&&item.approveState==1" @click="revoke(item)">{{'撤销'}}</view>
</view>
</view>
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" :cancelText=''取消''
:confirmText=''确定'' @confirm='confirmRevoke' :content='content'></u-modal>
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" cancelText="取消"
confirmText="确定" @confirm='confirmRevoke' :content='content'></u-modal>
</view>
</template>