This commit is contained in:
lnn19986213 2023-08-02 11:56:05 +08:00
parent 3101b03df6
commit dace91963d
4 changed files with 18 additions and 5 deletions

View File

@ -90,7 +90,7 @@
// vueproxyTable, // vueproxyTable,
"/pre" : { "/pre" : {
// //
"target" : "http://192.168.1.85:8080/h5/api", // "target" : "http://192.168.1.3:8080/h5/api", //
// "target" : "https://yxx.ydool.net/h5/api", // // "target" : "https://yxx.ydool.net/h5/api", //
"changeOrigin" : true, // "changeOrigin" : true, //

View File

@ -78,7 +78,10 @@
content: '寒冬虽冷,美术工作者们以画传心,心是热的;疫情虽紧,艺术家们以笔墨为歌,信心是充足的。在市委宣传部和市递正能量,吹响新时代的', content: '寒冬虽冷,美术工作者们以画传心,心是热的;疫情虽紧,艺术家们以笔墨为歌,信心是充足的。在市委宣传部和市递正能量,吹响新时代的',
time: '2023-09-30 20:00' time: '2023-09-30 20:00'
} }
] ],
pages: 1,
size: 20,
type: ''
}; };
}, },
onLoad() { onLoad() {
@ -95,6 +98,11 @@
console.log('item', item); console.log('item', item);
}, },
getData() { getData() {
let par = {
pages: this.pages,
size: this.size,
type: this.type
}
this.http.request('/match/list', {}, "GET").then(res => { this.http.request('/match/list', {}, "GET").then(res => {
if (res.code == 200) { if (res.code == 200) {
this.load = false this.load = false

View File

@ -25,7 +25,8 @@
<view class="codeTitle">公众号链接/二维码</view> <view class="codeTitle">公众号链接/二维码</view>
<view class="codeImg"> <view class="codeImg">
<view class="codeEle"> <view class="codeEle">
<uqrcode :id="'uQRCode'+index" ref="uQRCode0" :size='QRsize' :text='item' /> <uqrcode ref="uQRCode" canvas-id="uQRCode" :value="item.text" :size="QRsize" :start="true" :auto="true"></uqrcode>
<!-- <uqrcode :id="'uQRCode'+index" ref="uQRCode0" :size='QRsize' :text='item' /> -->
<!-- <image src="../../static/icon12.jpg" mode="" class="code"></image> --> <!-- <image src="../../static/icon12.jpg" mode="" class="code"></image> -->
</view> </view>
<view class="remark"> <view class="remark">
@ -49,7 +50,11 @@
opCalue: 0, opCalue: 0,
pageTitle: "媒体宣传", pageTitle: "媒体宣传",
QRsize: 136, QRsize: 136,
QRlist: ['https://www.uviewui.com/components/tooltip.html'] QRlist: [
{
text: 'https://www.uviewui.com/components/tooltip.html'
},
]
}; };
}, },
onPageScroll(e) { onPageScroll(e) {

View File

@ -5,7 +5,7 @@
export default { export default {
config: { config: {
baseUrl: "http://192.168.1.85:8080/h5/api", //俞燕红-小程序不能配跨域 baseUrl: "http://192.168.1.3:8080/h5/api", //俞燕红-小程序不能配跨域
// baseUrl: "/pre", //俞燕红-跨域 // baseUrl: "/pre", //俞燕红-跨域
// baseUrl: "https://yxx.ydool.net/h5/api", //线上 // baseUrl: "https://yxx.ydool.net/h5/api", //线上
// baseUrl: "/h5/api", //h5 // baseUrl: "/h5/api", //h5