|
|
@@ -54,7 +54,7 @@
|
|
|
<view class="cardbgLinear">
|
|
|
<view class="title" @click="btnClick">
|
|
|
<view class="title-left">
|
|
|
- <image class="ssjj" src="@/static/images/shishijinjia.png" mode="widthFix"></image>
|
|
|
+ <image class="ssjj" :src="HTTP_REQUEST_URL_IMG+'shishijinjia.png'" mode="widthFix"></image>
|
|
|
<text class="updateTime">{{ timeFormat(timestamp, "yyyy-mm-dd hh:MM:ss") }}更新</text>
|
|
|
</view>
|
|
|
<view class="more">
|
|
|
@@ -183,6 +183,7 @@ import { useRealtimeTimestamp } from "@/utils/useRealtimeTimestamp.js";
|
|
|
import { getUserLevelInfo } from "@/api/user";
|
|
|
import { useAppStore } from "@/stores/app";
|
|
|
import { goShopDetail } from "@/libs/order.js";
|
|
|
+import { HTTP_REQUEST_URL_IMG } from "@/config/app";
|
|
|
|
|
|
// 全局状态和时间
|
|
|
const appStore = useAppStore();
|