【fix】优化代码

This commit is contained in:
黄少君
2024-02-22 18:37:23 +08:00
parent 17c043348a
commit f8fac0a5bc
246 changed files with 973 additions and 406 deletions

View File

@ -10,7 +10,7 @@ import Header from '@/components/Header/index.vue'
import AddressSelect from '@/components/AddressSelect/index.vue'
import { useScroll } from "@/hooks/useScroll";
import { onLoad, onPageScroll, onShow } from "@dcloudio/uni-app";
import { useMainStore } from "@/store/store";
import { useMainStore } from "@/store/modules/useMainStore";
import { storeToRefs } from "pinia";
import { nextTick, ref } from "vue";
import { distributionAudit, distributionError } from "@/utils/images";
@ -244,7 +244,7 @@ onLoad(async (options) => {
v-else>
{{ form.address }}
</text>
<u-icon name="arrow-right" />
<uv-icon name="arrow-right" />
</div>
</view>
<view class="row">
@ -270,15 +270,15 @@ onLoad(async (options) => {
@click="handleSubmit">提交审核
</view>
<view class="agreement tips flex flex-ai__center">
<u-checkbox-group
<uv-checkbox-group
activeColor="#ed6d47"
shape="circle"
v-model="agreementFlag"
>
<u-checkbox
<uv-checkbox
name=""
/>
</u-checkbox-group>
</uv-checkbox-group>
勾选代表同意
<text
class="primary-color"