Browse Source

更改网络地址

xiaohaizhao 1 year ago
parent
commit
3107fe2e36
2 changed files with 3 additions and 1 deletions
  1. 3 1
      packageA/exam/detail.vue
  2. BIN
      static/examination-result.png

+ 3 - 1
packageA/exam/detail.vue

@@ -91,7 +91,9 @@
         </u-popup>
         <u-popup :show="showFinish" mode="center" round="8" :safeAreaInsetBottom="false">
             <view class="finish">
-                <image class="result" src="../../static//examination-result.png" mode="aspectFill" />
+                <image class="result"
+                    src="https://yossys06593.obs.cn-east-3.myhuaweicloud.com:443/202404101712714494391B1100afab.png"
+                    mode="aspectFill" />
                 <view class="shadow" />
                 <view class="finish-title">考试结果</view>
                 <view class="finish-result">

BIN
static/examination-result.png