|
|
@@ -3,7 +3,7 @@ function clickItem(obj){
|
|
|
if($(obj).attr("name") == "途丫旅游"){
|
|
|
window.open("https://www.tuyatrip.com/", "_blank");
|
|
|
return false;
|
|
|
- } else if($(obj).attr("name") == "系统操作视频"){
|
|
|
+ } else if($(obj).attr("name") == "操作教程"){
|
|
|
window.open("https://lidaotech.oss-cn-beijing.aliyuncs.com/tuya/WeChat_20220929144944.mp4", "_blank");
|
|
|
return false;
|
|
|
}
|