|
@@ -4346,7 +4346,8 @@ Page({
|
|
|
const {
|
|
const {
|
|
|
now
|
|
now
|
|
|
} = res.data;
|
|
} = res.data;
|
|
|
- var weatherBg = ""
|
|
|
|
|
|
|
+
|
|
|
|
|
+ var weatherBg = "/subpages/images/weather/qing.png"
|
|
|
if (now.text.includes("晴")) {
|
|
if (now.text.includes("晴")) {
|
|
|
weatherBg = "/subpages/images/weather/qing.png"
|
|
weatherBg = "/subpages/images/weather/qing.png"
|
|
|
} else if (now.text.includes("多云") || now.text.includes("阴")) {
|
|
} else if (now.text.includes("多云") || now.text.includes("阴")) {
|