fix:本地图片改为网络图片并删除本地图片
@@ -9,12 +9,12 @@ defineProps({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<image class="shooter2" src="../static/shooter2.png" mode="widthFix" />
|
<image class="shooter2" src="https://static.shelingxingqiu.com/shootmini/static/shooter2.png" mode="widthFix" />
|
||||||
<view class="bg-box">
|
<view class="bg-box">
|
||||||
<image
|
<image
|
||||||
class="bg"
|
class="bg"
|
||||||
v-if="!noBg"
|
v-if="!noBg"
|
||||||
src="../static/long-bubble-border.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/long-bubble-border.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 25 KiB |