u
This commit is contained in:
parent
ef503a0ef5
commit
4c12f1c91b
@ -238,15 +238,15 @@
|
|||||||
background: no-repeat center center / contain;
|
background: no-repeat center center / contain;
|
||||||
}
|
}
|
||||||
.sLeftMostButton{
|
.sLeftMostButton{
|
||||||
background-image: url(../../static/Common.leftMost.png)
|
background-image: url(/static/Common.leftMost.png)
|
||||||
}
|
}
|
||||||
.sPrevButton{
|
.sPrevButton{
|
||||||
background-image: url(../../static/Common.previous.png)
|
background-image: url(/static/Common.previous.png)
|
||||||
}
|
}
|
||||||
.sNextButton{
|
.sNextButton{
|
||||||
background-image: url(../../static/Common.next.png)
|
background-image: url(/static/Common.next.png)
|
||||||
}
|
}
|
||||||
.sRightMostButton{
|
.sRightMostButton{
|
||||||
background-image: url(../../static/Common.rightMost.png)
|
background-image: url(/static/Common.rightMost.png)
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
BIN
cQrcode/Common.loading.qrcode.png
Normal file
BIN
cQrcode/Common.loading.qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -84,7 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
result: '../static/Common.loading.qrcode.png',
|
result: './Common.loading.qrcode.png',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -106,7 +106,7 @@ export default {
|
|||||||
image: that.icon, // 二维码图标
|
image: that.icon, // 二维码图标
|
||||||
imageSize: Number(that.iconSize),// 二维码图标大小
|
imageSize: Number(that.iconSize),// 二维码图标大小
|
||||||
cbResult: function (res) { // 生成二维码的回调
|
cbResult: function (res) { // 生成二维码的回调
|
||||||
that._result(res)
|
that._result(res)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user