|
|
@@ -56,7 +56,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</van-form> |
|
|
|
<p class="copy_name">技术支持:{{tsdh}}</p> |
|
|
|
<p class="copy_name">{{tsdh}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@@ -101,7 +101,12 @@ |
|
|
|
this.allowIdentityVerified(); |
|
|
|
webList().then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
this.tsdh = res.data.botoom3[1].contentValue; |
|
|
|
var content = res.rows; |
|
|
|
content.map(rr=>{ |
|
|
|
if (rr.configKey == 'web.open.technique'){ |
|
|
|
this.tsdh = rr.configValue; |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|