|
|
|
@ -21,6 +21,13 @@
|
|
|
|
} from '@/store'
|
|
|
|
} from '@/store'
|
|
|
|
const $store = useStore()
|
|
|
|
const $store = useStore()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const $props = defineProps({
|
|
|
|
|
|
|
|
path:{
|
|
|
|
|
|
|
|
type:String,
|
|
|
|
|
|
|
|
default:''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
const getUserInfo = async () => {
|
|
|
|
const getUserInfo = async () => {
|
|
|
|
const response = await $api('UserInfo')
|
|
|
|
const response = await $api('UserInfo')
|
|
|
|
$response(response, () => {
|
|
|
|
$response(response, () => {
|
|
|
|
@ -217,6 +224,11 @@
|
|
|
|
uni.hideLoading();
|
|
|
|
uni.hideLoading();
|
|
|
|
$response(response, async () => {
|
|
|
|
$response(response, async () => {
|
|
|
|
NoticeInfo.value=response.data
|
|
|
|
NoticeInfo.value=response.data
|
|
|
|
|
|
|
|
if (!!$props.path && $props.path=='order') {
|
|
|
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
|
|
|
url: "/pages/main/order/order"
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const getItemValue=(name) =>{
|
|
|
|
const getItemValue=(name) =>{
|
|
|
|
@ -314,7 +326,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">03041658</view>
|
|
|
|
<view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">03281011</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|