|
|
@@ -307,7 +307,7 @@ export default {
|
|
|
uni.request({
|
|
|
url: `${getApp().globalData.shareUrl}/content/policy/${Math.floor(
|
|
|
ids / 1000
|
|
|
- )}/${ids}_1.html`,
|
|
|
+ )}/${ids}_1.html`+'?version='+ Math.random(),
|
|
|
method: "GET",
|
|
|
header: {
|
|
|
"content-type": "application/x-www-form-urlencoded",
|
|
|
@@ -326,7 +326,7 @@ export default {
|
|
|
uni.request({
|
|
|
url: `${getApp().globalData.shareUrl}/content/policy/${Math.floor(
|
|
|
ids / 1000
|
|
|
- )}/${ids}_2.html`,
|
|
|
+ )}/${ids}_2.html`+'?version='+ Math.random(),
|
|
|
method: "GET",
|
|
|
header: {
|
|
|
"content-type": "application/x-www-form-urlencoded",
|
|
|
@@ -359,7 +359,7 @@ export default {
|
|
|
uni.request({
|
|
|
url: `${getApp().globalData.shareUrl}/content/policy/${Math.floor(
|
|
|
ids / 1000
|
|
|
- )}/${ids}_3.html`,
|
|
|
+ )}/${ids}_3.html`+'?version='+ Math.random(),
|
|
|
method: "GET",
|
|
|
header: {
|
|
|
"content-type": "application/x-www-form-urlencoded",
|
|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
uni.request({
|
|
|
url: `${getApp().globalData.shareUrl}/content/policy/${Math.floor(
|
|
|
ids / 1000
|
|
|
- )}/${ids}_4.html`,
|
|
|
+ )}/${ids}_4.html`+'?version='+ Math.random(),
|
|
|
method: "GET",
|
|
|
header: {
|
|
|
"content-type": "application/x-www-form-urlencoded",
|
|
|
@@ -397,7 +397,7 @@ export default {
|
|
|
uni.request({
|
|
|
url: `${getApp().globalData.shareUrl}/content/policy/${Math.floor(
|
|
|
ids / 1000
|
|
|
- )}/${ids}_5.html`,
|
|
|
+ )}/${ids}_5.html`+'?version='+ Math.random(),
|
|
|
method: "GET",
|
|
|
header: {
|
|
|
"content-type": "application/x-www-form-urlencoded",
|
|
|
@@ -420,14 +420,14 @@ export default {
|
|
|
return (
|
|
|
"<img src=" +
|
|
|
capture +
|
|
|
- ' style="max-width:100%;height:auto;display:block;margin:10px 0;"/>'
|
|
|
+ ' style="max-width:100%;height:auto;display:block;margin:10px auto;"/>'
|
|
|
);
|
|
|
}else {
|
|
|
return (
|
|
|
"<img src=" +
|
|
|
getApp().globalData.shareUrl +
|
|
|
capture +
|
|
|
- ' style="max-width:100%;height:auto;display:block;margin:10px 0;"/>'
|
|
|
+ ' style="max-width:100%;height:auto;display:block;margin:10px auto;"/>'
|
|
|
);
|
|
|
}
|
|
|
}
|