Commit 094dc3e9 authored by 华国豪's avatar 华国豪 🙄

1

parent 27669b5b
...@@ -44,17 +44,17 @@ function getShppingList() { // 获取用户剩余抽奖次数 ...@@ -44,17 +44,17 @@ function getShppingList() { // 获取用户剩余抽奖次数
} }
function getImgSrc(obj){ function getImgSrc(obj){
if (obj.mName === '蒙牛冰淇淋') { if (obj.mName === '蒙牛冰淇淋') {
return `../../images/task/ice2/c_ice_4.png` return `../../images/task/ice/c_ice_4.png`
} else if (obj.mName === 'DQ冰淇淋') { } else if (obj.mName === 'DQ冰淇淋') {
return `../../images/task/ice2/c_ice_3.png` return `../../images/task/ice/c_ice_3.png`
} else if (obj.mName === '明治冰淇淋') { } else if (obj.mName === '明治冰淇淋') {
return `../../images/task/ice2/c_ice_2.png` return `../../images/task/ice/c_ice_2.png`
} else if (obj.mName === '和路雪冰淇淋') { } else if (obj.mName === '和路雪冰淇淋') {
return `../../images/task/ice2/c_ice_1.png` return `../../images/task/ice/c_ice_1.png`
} else if (obj.mName === '哈根达斯冰淇淋') { } else if (obj.mName === '哈根达斯冰淇淋') {
return `../../images/task/ice2/c_ice_5.png` return `../../images/task/ice/c_ice_5.png`
} else if (obj.mName === '冰淇淋全家桶') { } else if (obj.mName === '冰淇淋全家桶') {
return `../../images/task/ice2/c_ice_quan.png` return `../../images/task/ice/c_ice_quan.png`
} }
} }
//点击兑换 //点击兑换
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment